Skip to content

Commit 6afad2e

Browse files
ci: refresh dev dependencies (#2474)
1 parent 6895d04 commit 6afad2e

File tree

4 files changed

+28
-21
lines changed

4 files changed

+28
-21
lines changed

tests/formatters.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
66
#
7-
black==24.10.0
7+
black==25.1.0
88
# via -r tests/formatters.in
99
click==8.1.8
1010
# via black
11-
isort==5.13.2
11+
isort==6.0.1
1212
# via -r tests/formatters.in
1313
mypy-extensions==1.0.0
1414
# via black
1515
packaging==24.2
1616
# via black
1717
pathspec==0.12.1
1818
# via black
19-
platformdirs==4.3.6
19+
platformdirs==4.3.7
2020
# via black
2121
tomli==2.2.1
2222
# via black
23-
typing-extensions==4.12.2
23+
typing-extensions==4.13.0
2424
# via black

tests/spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/spelling.txt --strip-extras tests/spelling.in
66
#
7-
codespell==2.3.0
7+
codespell==2.4.1
88
# via -r tests/spelling.in

tests/static.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
66
#
7-
ruff==0.8.6
7+
ruff==0.11.2
88
# via -r tests/static.in

tests/typing.txt

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
66
#
7-
argcomplete==3.5.3
7+
argcomplete==3.6.1
88
# via nox
9-
certifi==2024.12.14
9+
attrs==25.3.0
10+
# via nox
11+
certifi==2025.1.31
1012
# via requests
1113
cffi==1.17.1
1214
# via
@@ -20,33 +22,37 @@ codeowners==0.7.0
2022
# via -r tests/../hacking/pr_labeler/requirements.txt
2123
colorlog==6.9.0
2224
# via nox
23-
cryptography==44.0.0
25+
cryptography==44.0.2
2426
# via pyjwt
25-
deprecated==1.2.15
27+
dependency-groups==1.3.0
28+
# via nox
29+
deprecated==1.2.18
2630
# via pygithub
2731
distlib==0.3.9
2832
# via virtualenv
29-
filelock==3.16.1
33+
filelock==3.18.0
3034
# via virtualenv
3135
idna==3.10
3236
# via requests
33-
jinja2==3.1.5
37+
jinja2==3.1.6
3438
# via -r tests/../hacking/pr_labeler/requirements.txt
3539
markupsafe==3.0.2
3640
# via jinja2
37-
mypy==1.14.1
41+
mypy==1.15.0
3842
# via -r tests/typing.in
3943
mypy-extensions==1.0.0
4044
# via mypy
41-
nox==2024.10.9
45+
nox==2025.2.9
4246
# via -r tests/typing.in
4347
packaging==24.2
44-
# via nox
45-
platformdirs==4.3.6
48+
# via
49+
# dependency-groups
50+
# nox
51+
platformdirs==4.3.7
4652
# via virtualenv
4753
pycparser==2.22
4854
# via cffi
49-
pygithub==2.5.0
55+
pygithub==2.6.1
5056
# via -r tests/../hacking/pr_labeler/requirements.txt
5157
pyjwt==2.10.1
5258
# via pygithub
@@ -56,11 +62,12 @@ requests==2.32.3
5662
# via pygithub
5763
tomli==2.2.1
5864
# via
65+
# dependency-groups
5966
# mypy
6067
# nox
61-
typer-slim==0.15.1
68+
typer-slim==0.15.2
6269
# via -r tests/../hacking/pr_labeler/requirements.txt
63-
typing-extensions==4.12.2
70+
typing-extensions==4.13.0
6471
# via
6572
# codeowners
6673
# mypy
@@ -70,7 +77,7 @@ urllib3==2.3.0
7077
# via
7178
# pygithub
7279
# requests
73-
virtualenv==20.28.1
80+
virtualenv==20.29.3
7481
# via nox
75-
wrapt==1.17.0
82+
wrapt==1.17.2
7683
# via deprecated

0 commit comments

Comments
 (0)