Skip to content

Commit 4bc2fd3

Browse files
committed
try newer flake8
1 parent b326619 commit 4bc2fd3

File tree

1 file changed

+37
-25
lines changed

1 file changed

+37
-25
lines changed

requirements-dev.txt

Lines changed: 37 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements-dev.in --constraints requirements.txt -o requirements-dev.txt --python-version 3.8
2+
# uv pip compile requirements-dev.in --constraints requirements.txt -o requirements-dev.txt --python-version 3.9
33
absolufy-imports==0.3.1
44
# via -r requirements-dev.in
55
annotated-types==0.7.0
@@ -8,43 +8,47 @@ annotated-types==0.7.0
88
# pydantic
99
argcomplete==3.6.2
1010
# via datamodel-code-generator
11-
black==24.8.0
11+
black==25.1.0
1212
# via
1313
# -r requirements-dev.in
1414
# datamodel-code-generator
15-
build==1.2.2.post1
15+
build==1.3.0
1616
# via pip-tools
1717
click==8.1.8
1818
# via
1919
# black
2020
# pip-tools
21-
coverage==7.6.1
21+
coverage==7.10.4
2222
# via pytest-cov
23-
datamodel-code-generator==0.27.3
23+
datamodel-code-generator==0.33.0
2424
# via -r requirements-dev.in
2525
exceptiongroup==1.3.0
2626
# via pytest
27-
flake8==5.0.4
27+
flake8==7.3.0
2828
# via -r requirements-dev.in
2929
genson==1.3.0
3030
# via datamodel-code-generator
31-
importlib-metadata==8.5.0
32-
# via build
33-
inflect==5.6.2
31+
importlib-metadata==8.7.0
32+
# via
33+
# build
34+
# typeguard
35+
inflect==7.5.0
3436
# via datamodel-code-generator
3537
iniconfig==2.1.0
3638
# via pytest
37-
isort==5.13.2
39+
isort==6.0.1
3840
# via
3941
# -r requirements-dev.in
4042
# datamodel-code-generator
4143
jinja2==3.1.6
4244
# via datamodel-code-generator
43-
markupsafe==2.1.5
45+
markupsafe==3.0.2
4446
# via jinja2
4547
mccabe==0.7.0
4648
# via flake8
47-
mypy==1.14.1
49+
more-itertools==10.7.0
50+
# via inflect
51+
mypy==1.17.1
4852
# via -r requirements-dev.in
4953
mypy-extensions==1.1.0
5054
# via
@@ -57,16 +61,20 @@ packaging==25.0
5761
# datamodel-code-generator
5862
# pytest
5963
pathspec==0.12.1
60-
# via black
61-
pip==25.0.1
64+
# via
65+
# black
66+
# mypy
67+
pip==25.2
6268
# via pip-tools
6369
pip-tools==7.5.0
6470
# via -r requirements-dev.in
65-
platformdirs==4.3.6
71+
platformdirs==4.3.8
6672
# via black
67-
pluggy==1.5.0
68-
# via pytest
69-
pycodestyle==2.9.1
73+
pluggy==1.6.0
74+
# via
75+
# pytest
76+
# pytest-cov
77+
pycodestyle==2.14.0
7078
# via flake8
7179
pydantic==2.10.6
7280
# via
@@ -76,27 +84,29 @@ pydantic-core==2.27.2
7684
# via
7785
# -c requirements.txt
7886
# pydantic
79-
pyflakes==2.5.0
87+
pyflakes==3.4.0
8088
# via flake8
89+
pygments==2.19.2
90+
# via pytest
8191
pyproject-hooks==1.2.0
8292
# via
8393
# build
8494
# pip-tools
85-
pytest==8.3.5
95+
pytest==8.4.1
8696
# via
8797
# -r requirements-dev.in
8898
# pytest-cov
8999
# pytest-lazy-fixtures
90100
# pytest-mock
91-
pytest-cov==5.0.0
101+
pytest-cov==6.2.1
92102
# via -r requirements-dev.in
93103
pytest-lazy-fixtures==1.3.4
94104
# via -r requirements-dev.in
95105
pytest-mock==3.14.1
96106
# via -r requirements-dev.in
97107
pyyaml==6.0.2
98108
# via datamodel-code-generator
99-
setuptools==75.3.2
109+
setuptools==80.9.0
100110
# via pip-tools
101111
tomli==2.2.1
102112
# via
@@ -107,18 +117,20 @@ tomli==2.2.1
107117
# mypy
108118
# pip-tools
109119
# pytest
110-
types-setuptools==75.8.0.20250110
120+
typeguard==4.4.2
121+
# via inflect
122+
types-setuptools==80.9.0.20250809
111123
# via -r requirements-dev.in
112124
typing-extensions==4.13.2
113125
# via
114126
# -c requirements.txt
115-
# annotated-types
116127
# black
117128
# exceptiongroup
118129
# mypy
119130
# pydantic
120131
# pydantic-core
132+
# typeguard
121133
wheel==0.45.1
122134
# via pip-tools
123-
zipp==3.20.2
135+
zipp==3.23.0
124136
# via importlib-metadata

0 commit comments

Comments
 (0)