Skip to content

Commit

Permalink
[requirements] upgrade python-socketio, black & pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Feb 12, 2024
1 parent d0173e8 commit 2685846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers =
zip_safe = False
packages = find:
install_requires =
python-socketio[client]==5.11.0; python_version != '2.7'
python-socketio[client]==5.11.1; python_version != '2.7'
requests>=2.25.1
Deprecated==1.2.14

Expand All @@ -48,5 +48,5 @@ test =
requests_mock

lint =
black==23.12.1; python_version >= '3.8'
pre-commit==3.6.0; python_version >= '3.9'
black==24.1.1; python_version >= '3.8'
pre-commit==3.6.1; python_version >= '3.9'

0 comments on commit 2685846

Please sign in to comment.