Skip to content

Commit

Permalink
[requirements] upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jan 29, 2025
1 parent 88495bb commit c216502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/autoflake
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = find:
install_requires =
python-socketio[client]>=5.11.0,<6; python_version != '2.7'
requests>=2.25.1
Deprecated==1.2.17
Deprecated==1.2.18
pywin32>=308; sys_platform == 'win32' and python_version != '2.7'

[options.packages.find]
Expand All @@ -52,7 +52,7 @@ test =

lint =
autoflake==2.3.1; python_version >= '3.8'
black==24.10.0; python_version >= '3.9'
black==25.1.0; python_version >= '3.9'
pre-commit==4.1.0; python_version >= '3.9'

[bdist_wheel]
Expand Down

0 comments on commit c216502

Please sign in to comment.