Skip to content

Commit 0273270

Browse files
ci: refresh dev dependencies (#2473)
1 parent 5af6180 commit 0273270

File tree

5 files changed

+25
-20
lines changed

5 files changed

+25
-20
lines changed

tests/formatters.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in
3-
black==24.10.0
3+
black==25.1.0
44
# via -r tests/formatters.in
55
click==8.1.8
66
# via black
77
colorama==0.4.6 ; platform_system == 'Windows'
88
# via click
9-
isort==5.13.2
9+
isort==6.0.1
1010
# via -r tests/formatters.in
1111
mypy-extensions==1.0.0
1212
# via black
1313
packaging==24.2
1414
# via black
1515
pathspec==0.12.1
1616
# via black
17-
platformdirs==4.3.6
17+
platformdirs==4.3.7
1818
# via black

tests/spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/spelling.txt tests/spelling.in
3-
codespell==2.3.0
3+
codespell==2.4.1
44
# via -r tests/spelling.in

tests/static.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/static.txt tests/static.in
3-
ruff==0.8.6
3+
ruff==0.11.2
44
# via -r tests/static.in

tests/tag.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ mdurl==0.1.2
1414
# via markdown-it-py
1515
packaging==24.2
1616
# via -r tests/tag.in
17-
pygments==2.18.0
17+
pygments==2.19.1
1818
# via rich
1919
rich==13.9.4
2020
# via typer
2121
shellingham==1.5.4
2222
# via typer
2323
smmap==5.0.2
2424
# via gitdb
25-
typer==0.15.1
25+
typer==0.15.2
2626
# via -r tests/tag.in
27-
typing-extensions==4.12.2
27+
typing-extensions==4.13.0
2828
# via typer

tests/typing.txt

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/typing.txt tests/typing.in
3-
argcomplete==3.5.3
3+
argcomplete==3.6.1
4+
# via nox
5+
attrs==25.3.0
46
# via nox
57
certifi==2025.1.31
68
# via requests
@@ -22,43 +24,46 @@ colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
2224
# colorlog
2325
colorlog==6.9.0
2426
# via nox
25-
cryptography==44.0.0
27+
cryptography==44.0.2
2628
# via pyjwt
29+
dependency-groups==1.3.0
30+
# via nox
2731
deprecated==1.2.18
2832
# via pygithub
2933
distlib==0.3.9
3034
# via virtualenv
31-
filelock==3.17.0
35+
filelock==3.18.0
3236
# via virtualenv
3337
gitdb==4.0.12
3438
# via gitpython
3539
gitpython==3.1.44
3640
# via -r tests/tag.in
3741
idna==3.10
3842
# via requests
39-
jinja2==3.1.5
43+
jinja2==3.1.6
4044
# via -r tests/../hacking/pr_labeler/requirements.txt
4145
markdown-it-py==3.0.0
4246
# via rich
4347
markupsafe==3.0.2
4448
# via jinja2
4549
mdurl==0.1.2
4650
# via markdown-it-py
47-
mypy==1.14.1
51+
mypy==1.15.0
4852
# via -r tests/typing.in
4953
mypy-extensions==1.0.0
5054
# via mypy
51-
nox==2024.10.9
55+
nox==2025.2.9
5256
# via -r tests/typing.in
5357
packaging==24.2
5458
# via
5559
# -r tests/tag.in
60+
# dependency-groups
5661
# nox
57-
platformdirs==4.3.6
62+
platformdirs==4.3.7
5863
# via virtualenv
5964
pycparser==2.22
6065
# via cffi
61-
pygithub==2.5.0
66+
pygithub==2.6.1
6267
# via -r tests/../hacking/pr_labeler/requirements.txt
6368
pygments==2.19.1
6469
# via rich
@@ -74,13 +79,13 @@ shellingham==1.5.4
7479
# via typer
7580
smmap==5.0.2
7681
# via gitdb
77-
typer==0.15.1
82+
typer==0.15.2
7883
# via -r tests/tag.in
79-
typer-slim==0.15.1
84+
typer-slim==0.15.2
8085
# via -r tests/../hacking/pr_labeler/requirements.txt
8186
types-docutils==0.21.0.20241128
8287
# via -r tests/typing.in
83-
typing-extensions==4.12.2
88+
typing-extensions==4.13.0
8489
# via
8590
# codeowners
8691
# mypy
@@ -91,7 +96,7 @@ urllib3==2.3.0
9196
# via
9297
# pygithub
9398
# requests
94-
virtualenv==20.29.1
99+
virtualenv==20.29.3
95100
# via nox
96101
wrapt==1.17.2
97102
# via deprecated

0 commit comments

Comments
 (0)