Skip to content

Commit 175b879

Browse files
Python dependency: Update flask-socketio requirement in /web/regression
Updates the requirements on [flask-socketio](https://github.com/miguelgrinberg/flask-socketio) to permit the latest version. - [Release notes](https://github.com/miguelgrinberg/flask-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/CHANGES.md) - [Commits](miguelgrinberg/Flask-SocketIO@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: flask-socketio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cd8492 commit 175b879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Flask-Paranoid==0.*
2020
Flask-Babel==4.0.*
2121
Flask-Security-Too==5.5.*; python_version >= '3.10'
2222
Flask-Security-Too==5.4.*; python_version <= '3.9'
23-
Flask-SocketIO==5.4.*
23+
Flask-SocketIO==5.5.*
2424
WTForms==3.2.*; python_version >= '3.10'
2525
WTForms==3.1.*; python_version <= '3.9'
2626
passlib==1.*

0 commit comments

Comments
 (0)