Skip to content

Commit 40cd7c3

Browse files
ci: refresh dev dependencies (#2082)
1 parent 871af9b commit 40cd7c3

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

tests/formatters.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
66
#
7-
black==24.8.0
7+
black==24.10.0
88
# via -r tests/formatters.in
99
click==8.1.7
1010
# via black
@@ -16,5 +16,5 @@ packaging==24.1
1616
# via black
1717
pathspec==0.12.1
1818
# via black
19-
platformdirs==4.3.3
19+
platformdirs==4.3.6
2020
# via black

tests/static.txt

+1-1
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.6.5
7+
ruff==0.7.2
88
# via -r tests/static.in

tests/tag.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging==24.1
1818
# via -r tests/tag.in
1919
pygments==2.18.0
2020
# via rich
21-
rich==13.8.1
21+
rich==13.9.4
2222
# via typer
2323
shellingham==1.5.4
2424
# via typer

tests/typing.txt

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,57 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
66
#
7-
argcomplete==3.5.0
7+
argcomplete==3.5.1
88
# via nox
99
certifi==2024.8.30
1010
# via requests
1111
cffi==1.17.1
1212
# via
1313
# cryptography
1414
# pynacl
15-
charset-normalizer==3.3.2
15+
charset-normalizer==3.4.0
1616
# via requests
1717
click==8.1.7
1818
# via
1919
# typer
2020
# typer-slim
2121
codeowners==0.7.0
2222
# via -r tests/../hacking/pr_labeler/requirements.txt
23-
colorlog==6.8.2
23+
colorlog==6.9.0
2424
# via nox
25-
cryptography==43.0.1
25+
cryptography==43.0.3
2626
# via pyjwt
2727
deprecated==1.2.14
2828
# via pygithub
29-
distlib==0.3.8
29+
distlib==0.3.9
3030
# via virtualenv
31-
filelock==3.16.0
31+
filelock==3.16.1
3232
# via virtualenv
3333
gitdb==4.0.11
3434
# via gitpython
3535
gitpython==3.1.43
3636
# via -r tests/tag.in
37-
idna==3.9
37+
idna==3.10
3838
# via requests
3939
jinja2==3.1.4
4040
# via -r tests/../hacking/pr_labeler/requirements.txt
4141
markdown-it-py==3.0.0
4242
# via rich
43-
markupsafe==2.1.5
43+
markupsafe==3.0.2
4444
# via jinja2
4545
mdurl==0.1.2
4646
# via markdown-it-py
47-
mypy==1.11.2
47+
mypy==1.13.0
4848
# via -r tests/typing.in
4949
mypy-extensions==1.0.0
5050
# via mypy
51-
nox==2024.4.15
51+
nox==2024.10.9
5252
# via -r tests/typing.in
5353
packaging==24.1
5454
# via
5555
# -r tests/tag.in
5656
# nox
57-
platformdirs==4.3.3
57+
platformdirs==4.3.6
5858
# via virtualenv
5959
pycparser==2.22
6060
# via cffi
@@ -68,7 +68,7 @@ pynacl==1.5.0
6868
# via pygithub
6969
requests==2.32.3
7070
# via pygithub
71-
rich==13.8.1
71+
rich==13.9.4
7272
# via typer
7373
shellingham==1.5.4
7474
# via typer
@@ -89,7 +89,7 @@ urllib3==2.2.3
8989
# via
9090
# pygithub
9191
# requests
92-
virtualenv==20.26.4
92+
virtualenv==20.27.1
9393
# via nox
9494
wrapt==1.16.0
9595
# via deprecated

0 commit comments

Comments
 (0)