Skip to content

Commit

Permalink
Fix werkzeug release version for Flask 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Nov 1, 2023
1 parent a5cf178 commit 7fb248a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [2.4.2] - 2023-11-10
### Fixed
- Pin Werkzeug module to v2.2.2 to fix dependencie failure. #330

## [2.4.1] - 2023-02-26
### Fixed
- GUI -> Settings: Fixed GNSS detect & configure. #303
Expand Down
7 changes: 7 additions & 0 deletions rtkbase_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ upd_2.4.0() {
echo '####################'
echo 'Update from 2.4.0'
echo '####################'
upd_2.4.1 "$@"
}

upd_2.4.1() {
echo '####################'
echo 'Update from 2.4.1'
echo '####################'
}

# standard update
Expand Down
2 changes: 1 addition & 1 deletion settings.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[general]
# Version
version=2.4.1
version=2.4.2
# Rtkbase upgrade mandatory "checkpoint"
checkpoint_version=2.5.0
# User who runs str2str_file service
Expand Down
1 change: 1 addition & 0 deletions web_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cryptography==38.0.0
itsdangerous==2.1.2
Werkzeug==2.2.2
Flask==2.2.2
Flask-SocketIO==5.3.2
eventlet==0.33.3
Expand Down

0 comments on commit 7fb248a

Please sign in to comment.