Skip to content

Commit 3242e84

Browse files
committed
Upgrade Python requirements
1 parent 56e49a7 commit 3242e84

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

requirements-dev.txt

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml
66
#
77
build==1.3.0
88
# via pip-tools
9-
certifi==2025.8.3
9+
certifi==2025.11.12
1010
# via requests
11-
charset-normalizer==3.4.2
11+
charset-normalizer==3.4.4
1212
# via requests
13-
click==8.1.8
13+
click==8.3.1
1414
# via pip-tools
15-
coverage[toml]==7.10.2
15+
coverage[toml]==7.12.0
1616
# via
1717
# amclient (pyproject.toml)
1818
# pytest-cov
1919
exceptiongroup==1.3.0
2020
# via pytest
21-
idna==3.10
21+
idna==3.11
2222
# via requests
23-
importlib-metadata==8.7.0
24-
# via build
25-
iniconfig==2.1.0
23+
iniconfig==2.3.0
2624
# via pytest
2725
packaging==25.0
2826
# via
2927
# build
3028
# pytest
31-
pip-tools==7.5.0
29+
pip-tools==7.5.2
3230
# via amclient (pyproject.toml)
3331
pluggy==1.6.0
3432
# via
@@ -40,35 +38,33 @@ pyproject-hooks==1.2.0
4038
# via
4139
# build
4240
# pip-tools
43-
pytest==8.4.1
41+
pytest==9.0.1
4442
# via
4543
# amclient (pyproject.toml)
4644
# pytest-cov
47-
pytest-cov==6.2.1
45+
pytest-cov==7.0.0
4846
# via amclient (pyproject.toml)
49-
requests==2.32.4
47+
requests==2.32.5
5048
# via amclient (pyproject.toml)
51-
ruff==0.12.7
49+
ruff==0.14.5
5250
# via amclient (pyproject.toml)
53-
tomli==2.2.1
51+
tomli==2.3.0
5452
# via
5553
# build
5654
# coverage
5755
# pip-tools
5856
# pytest
59-
typing-extensions==4.14.1
57+
typing-extensions==4.15.0
6058
# via exceptiongroup
6159
urllib3==2.5.0
6260
# via
6361
# amclient (pyproject.toml)
6462
# requests
6563
wheel==0.45.1
6664
# via pip-tools
67-
zipp==3.23.0
68-
# via importlib-metadata
6965

7066
# The following packages are considered to be unsafe in a requirements file:
71-
pip==25.2
67+
pip==25.3
7268
# via pip-tools
7369
setuptools==80.9.0
7470
# via pip-tools

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
66
#
7-
certifi==2025.8.3
7+
certifi==2025.11.12
88
# via requests
9-
charset-normalizer==3.4.2
9+
charset-normalizer==3.4.4
1010
# via requests
11-
idna==3.10
11+
idna==3.11
1212
# via requests
13-
requests==2.32.4
13+
requests==2.32.5
1414
# via amclient (pyproject.toml)
1515
urllib3==2.5.0
1616
# via

0 commit comments

Comments
 (0)