Skip to content

Commit c4eb2d6

Browse files
Update dependency flake8 to v7.2.0
1 parent 82fbaac commit c4eb2d6

File tree

3 files changed

+18
-94
lines changed

3 files changed

+18
-94
lines changed

poetry.lock

+16-92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ black = "*"
3030
isort = "*"
3131
gunicorn = "*"
3232
flask-sock = "*"
33-
flake8 = "7.1.1"
33+
flake8 = "7.2.0"
3434
loguru = "^0.7.2"
3535

3636
[tool.poetry.scripts]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ click==8.1.8 ; python_version >= "3.10" and python_version < "4.0"
44
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
55
cssmin==0.2.0 ; python_version >= "3.10" and python_version < "4.0"
66
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
7-
flake8==7.1.1 ; python_version >= "3.10" and python_version < "4.0"
7+
flake8==7.2.0 ; python_version >= "3.10" and python_version < "4.0"
88
flask-assets==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
99
flask-sock==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
1010
flask==3.1.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)