Skip to content

Commit d2a700d

Browse files
chore(python): bump dependencies
1 parent 63fa797 commit d2a700d

File tree

1 file changed

+19
-27
lines changed

1 file changed

+19
-27
lines changed

requirements-dev.txt

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,59 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile requirements-dev.in
5+
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
certifi==2024.8.30
9+
certifi==2025.7.14
1010
# via requests
11-
charset-normalizer==3.4.0
11+
charset-normalizer==3.4.2
1212
# via requests
13-
click==8.1.7
13+
click==8.1.8
1414
# via pip-tools
15-
coverage[toml]==7.6.8
15+
coverage[toml]==7.9.2
1616
# via pytest-cov
17-
exceptiongroup==1.2.2
18-
# via pytest
1917
idna==3.10
2018
# via requests
21-
importlib-metadata==8.5.0
22-
# via build
23-
iniconfig==2.0.0
19+
iniconfig==2.1.0
2420
# via pytest
25-
mock==5.1.0
21+
mock==5.2.0
2622
# via -r requirements-dev.in
27-
packaging==24.2
23+
packaging==25.0
2824
# via
2925
# build
3026
# pytest
3127
pip-tools==7.4.1
3228
# via -r requirements-dev.in
33-
pluggy==1.5.0
29+
pluggy==1.6.0
30+
# via
31+
# pytest
32+
# pytest-cov
33+
pygments==2.19.2
3434
# via pytest
3535
pyproject-hooks==1.2.0
3636
# via
3737
# build
3838
# pip-tools
39-
pytest==8.3.3
39+
pytest==8.4.1
4040
# via
4141
# -r requirements-dev.in
4242
# pytest-cov
43-
pytest-cov==6.0.0
43+
pytest-cov==6.2.1
4444
# via -r requirements-dev.in
4545
pyyaml==6.0.2
4646
# via responses
47-
requests==2.32.3
47+
requests==2.32.4
4848
# via responses
49-
responses==0.25.3
49+
responses==0.25.7
5050
# via -r requirements-dev.in
51-
tomli==2.2.1
52-
# via
53-
# build
54-
# coverage
55-
# pip-tools
56-
# pytest
57-
urllib3==2.2.3
51+
urllib3==2.5.0
5852
# via
5953
# requests
6054
# responses
6155
wheel==0.45.1
6256
# via pip-tools
63-
zipp==3.21.0
64-
# via importlib-metadata
6557

6658
# The following packages are considered to be unsafe in a requirements file:
6759
# pip

0 commit comments

Comments
 (0)