Skip to content

Commit d76163a

Browse files
committed
python: Bump development requirements
1 parent 1cf8a7f commit d76163a

File tree

1 file changed

+40
-45
lines changed

1 file changed

+40
-45
lines changed

python/requirements-dev.txt

Lines changed: 40 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,104 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements-dev.txt requirements.in/development.txt
66
#
7-
anyio==3.5.0
7+
anyio==4.4.0
88
# via httpcore
9-
attrs==21.4.0
10-
# via
11-
# openapi-python-client
12-
# pytest
13-
autoflake==1.4
9+
attrs==24.2.0
1410
# via openapi-python-client
15-
black==23.3.0
11+
autoflake==2.3.1
1612
# via openapi-python-client
17-
build==0.10.0
13+
black==24.8.0
14+
# via openapi-python-client
15+
build==1.2.2
1816
# via pip-tools
19-
certifi==2024.7.4
17+
certifi==2024.8.30
2018
# via
2119
# httpcore
2220
# httpx
23-
click==8.0.1
21+
click==8.1.7
2422
# via
2523
# black
2624
# pip-tools
2725
# typer
28-
h11==0.12.0
26+
h11==0.14.0
2927
# via httpcore
30-
httpcore==0.15.0
28+
httpcore==0.17.3
3129
# via httpx
32-
httpx==0.23.0
30+
httpx==0.24.1
3331
# via
3432
# -r requirements.in/development.txt
3533
# openapi-python-client
36-
idna==3.3
34+
idna==3.10
3735
# via
3836
# anyio
39-
# rfc3986
40-
iniconfig==1.1.1
37+
# httpx
38+
iniconfig==2.0.0
4139
# via pytest
42-
isort==5.8.0
40+
isort==5.13.2
4341
# via openapi-python-client
44-
jinja2==3.1.3
42+
jinja2==3.1.4
4543
# via
4644
# -r requirements.in/development.txt
4745
# openapi-python-client
48-
markupsafe==2.1.0
46+
markupsafe==2.1.5
4947
# via jinja2
50-
mypy==1.4.0
48+
mypy==1.11.2
5149
# via -r requirements.in/development.txt
5250
mypy-extensions==1.0.0
5351
# via
5452
# black
5553
# mypy
5654
openapi-python-client==0.14.1
5755
# via -r requirements.in/development.txt
58-
packaging==23.1
56+
packaging==24.1
5957
# via
6058
# black
6159
# build
6260
# pytest
63-
pathspec==0.11.1
61+
pathspec==0.12.1
6462
# via black
65-
pip-tools==6.13.0
63+
pip-tools==7.4.1
6664
# via -r requirements.in/development.txt
67-
platformdirs==3.5.1
65+
platformdirs==4.3.3
6866
# via black
69-
pluggy==0.13.1
70-
# via pytest
71-
py==1.10.0
67+
pluggy==1.5.0
7268
# via pytest
73-
pydantic==1.10.13
69+
pydantic==1.10.18
7470
# via openapi-python-client
75-
pyflakes==2.3.1
71+
pyflakes==3.2.0
7672
# via autoflake
77-
pyproject-hooks==1.0.0
78-
# via build
79-
pytest==6.2.4
73+
pyproject-hooks==1.1.0
74+
# via
75+
# build
76+
# pip-tools
77+
pytest==8.3.3
8078
# via -r requirements.in/development.txt
81-
python-dateutil==2.8.2
79+
python-dateutil==2.9.0.post0
8280
# via openapi-python-client
83-
pyyaml==6.0.1
81+
pyyaml==6.0.2
8482
# via openapi-python-client
85-
rfc3986[idna2008]==1.5.0
86-
# via httpx
87-
ruff==0.4.8
83+
ruff==0.6.5
8884
# via -r requirements.in/development.txt
89-
shellingham==1.4.0
85+
shellingham==1.5.4
9086
# via openapi-python-client
9187
six==1.16.0
9288
# via python-dateutil
93-
sniffio==1.2.0
89+
sniffio==1.3.1
9490
# via
9591
# anyio
9692
# httpcore
9793
# httpx
98-
toml==0.10.2
99-
# via pytest
100-
typer==0.7.0
94+
typer==0.9.4
10195
# via openapi-python-client
102-
typing-extensions==4.6.3
96+
typing-extensions==4.12.2
10397
# via
10498
# mypy
10599
# pydantic
106-
wheel==0.40.0
100+
# typer
101+
wheel==0.44.0
107102
# via pip-tools
108103

109104
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)