Skip to content

Commit 7fb248a

Browse files
committed
Fix werkzeug release version for Flask 2.2.2
1 parent a5cf178 commit 7fb248a

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [2.4.2] - 2023-11-10
3+
### Fixed
4+
- Pin Werkzeug module to v2.2.2 to fix dependencie failure. #330
5+
26
## [2.4.1] - 2023-02-26
37
### Fixed
48
- GUI -> Settings: Fixed GNSS detect & configure. #303

rtkbase_update.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@ upd_2.4.0() {
243243
echo '####################'
244244
echo 'Update from 2.4.0'
245245
echo '####################'
246+
upd_2.4.1 "$@"
247+
}
248+
249+
upd_2.4.1() {
250+
echo '####################'
251+
echo 'Update from 2.4.1'
252+
echo '####################'
246253
}
247254

248255
# standard update

settings.conf.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[general]
44
# Version
5-
version=2.4.1
5+
version=2.4.2
66
# Rtkbase upgrade mandatory "checkpoint"
77
checkpoint_version=2.5.0
88
# User who runs str2str_file service

web_app/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cryptography==38.0.0
22
itsdangerous==2.1.2
3+
Werkzeug==2.2.2
34
Flask==2.2.2
45
Flask-SocketIO==5.3.2
56
eventlet==0.33.3

0 commit comments

Comments
 (0)