Skip to content

Commit 3305b4e

Browse files
ci: refresh dev dependencies (#2083)
1 parent c82b5a2 commit 3305b4e

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

tests/formatters.txt

Lines changed: 3 additions & 3 deletions
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,9 +16,9 @@ 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
21-
tomli==2.0.1
21+
tomli==2.0.2
2222
# via black
2323
typing-extensions==4.12.2
2424
# via black

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

tests/typing.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,45 @@
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 typer-slim
1919
codeowners==0.7.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
21-
colorlog==6.8.2
21+
colorlog==6.9.0
2222
# via nox
23-
cryptography==43.0.1
23+
cryptography==43.0.3
2424
# via pyjwt
2525
deprecated==1.2.14
2626
# via pygithub
27-
distlib==0.3.8
27+
distlib==0.3.9
2828
# via virtualenv
29-
filelock==3.16.0
29+
filelock==3.16.1
3030
# via virtualenv
31-
idna==3.9
31+
idna==3.10
3232
# via requests
3333
jinja2==3.1.4
3434
# via -r tests/../hacking/pr_labeler/requirements.txt
35-
markupsafe==2.1.5
35+
markupsafe==3.0.2
3636
# via jinja2
37-
mypy==1.11.2
37+
mypy==1.13.0
3838
# via -r tests/typing.in
3939
mypy-extensions==1.0.0
4040
# via mypy
41-
nox==2024.4.15
41+
nox==2024.10.9
4242
# via -r tests/typing.in
4343
packaging==24.1
4444
# via nox
45-
platformdirs==4.3.3
45+
platformdirs==4.3.6
4646
# via virtualenv
4747
pycparser==2.22
4848
# via cffi
@@ -54,7 +54,7 @@ pynacl==1.5.0
5454
# via pygithub
5555
requests==2.32.3
5656
# via pygithub
57-
tomli==2.0.1
57+
tomli==2.0.2
5858
# via
5959
# mypy
6060
# nox
@@ -70,7 +70,7 @@ urllib3==2.2.3
7070
# via
7171
# pygithub
7272
# requests
73-
virtualenv==20.26.4
73+
virtualenv==20.27.1
7474
# via nox
7575
wrapt==1.16.0
7676
# via deprecated

0 commit comments

Comments
 (0)