Skip to content

Commit b4ced60

Browse files
authored
Upgrade dependencies
* Upgrade pre-commit dependencies * Upgrade Python requirements
1 parent b566bca commit b4ced60

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.10
3+
rev: v0.12.0
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]

requirements-dev.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
certifi==2025.4.26
9+
certifi==2025.6.15
1010
# via requests
1111
charset-normalizer==3.4.2
1212
# via requests
1313
click==8.1.8
1414
# via pip-tools
15-
coverage[toml]==7.8.0
15+
coverage[toml]==7.9.1
1616
# via
1717
# amclient (pyproject.toml)
1818
# pytest-cov
@@ -31,40 +31,44 @@ packaging==25.0
3131
pip-tools==7.4.1
3232
# via amclient (pyproject.toml)
3333
pluggy==1.6.0
34+
# via
35+
# pytest
36+
# pytest-cov
37+
pygments==2.19.2
3438
# via pytest
3539
pyproject-hooks==1.2.0
3640
# via
3741
# build
3842
# pip-tools
39-
pytest==8.3.5
43+
pytest==8.4.1
4044
# via
4145
# amclient (pyproject.toml)
4246
# pytest-cov
43-
pytest-cov==6.1.1
47+
pytest-cov==6.2.1
4448
# via amclient (pyproject.toml)
45-
requests==2.32.3
49+
requests==2.32.4
4650
# via amclient (pyproject.toml)
47-
ruff==0.11.10
51+
ruff==0.12.0
4852
# via amclient (pyproject.toml)
4953
tomli==2.2.1
5054
# via
5155
# build
5256
# coverage
5357
# pip-tools
5458
# pytest
55-
typing-extensions==4.13.2
59+
typing-extensions==4.14.0
5660
# via exceptiongroup
57-
urllib3==2.4.0
61+
urllib3==2.5.0
5862
# via
5963
# amclient (pyproject.toml)
6064
# requests
6165
wheel==0.45.1
6266
# via pip-tools
63-
zipp==3.21.0
67+
zipp==3.23.0
6468
# via importlib-metadata
6569

6670
# The following packages are considered to be unsafe in a requirements file:
6771
pip==25.1.1
6872
# via pip-tools
69-
setuptools==80.8.0
73+
setuptools==80.9.0
7074
# via pip-tools

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
66
#
7-
certifi==2025.4.26
7+
certifi==2025.6.15
88
# via requests
99
charset-normalizer==3.4.2
1010
# via requests
1111
idna==3.10
1212
# via requests
13-
requests==2.32.3
13+
requests==2.32.4
1414
# via amclient (pyproject.toml)
15-
urllib3==2.4.0
15+
urllib3==2.5.0
1616
# via
1717
# amclient (pyproject.toml)
1818
# requests

0 commit comments

Comments
 (0)