Skip to content

Commit a716bf0

Browse files
authored
Merge pull request #1604 from oraNod/cherry-pick-nox-bump-214
[backport stable-2.14] ci: refresh dev dependencies
2 parents 6df249b + 53049c1 commit a716bf0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

tests/formatters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ isort==5.13.2
1212
# via -r tests/formatters.in
1313
mypy-extensions==1.0.0
1414
# via black
15-
packaging==24.0
15+
packaging==24.1
1616
# via black
1717
pathspec==0.12.1
1818
# via black
1919
platformdirs==4.2.2
2020
# via black
2121
tomli==2.0.1
2222
# via black
23-
typing-extensions==4.12.1
23+
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.4.7
7+
ruff==0.4.9
88
# via -r tests/static.in

tests/typing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
argcomplete==3.3.0
88
# via nox
9-
certifi==2024.2.2
9+
certifi==2024.6.2
1010
# via requests
1111
cffi==1.16.0
1212
# via
@@ -20,13 +20,13 @@ codeowners==0.7.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
2121
colorlog==6.8.2
2222
# via nox
23-
cryptography==42.0.7
23+
cryptography==42.0.8
2424
# via pyjwt
2525
deprecated==1.2.14
2626
# via pygithub
2727
distlib==0.3.8
2828
# via virtualenv
29-
filelock==3.14.0
29+
filelock==3.15.1
3030
# via virtualenv
3131
gitdb==4.0.11
3232
# via gitpython
@@ -48,7 +48,7 @@ mypy-extensions==1.0.0
4848
# via mypy
4949
nox==2024.4.15
5050
# via -r tests/typing.in
51-
packaging==24.0
51+
packaging==24.1
5252
# via nox
5353
platformdirs==4.2.2
5454
# via virtualenv
@@ -78,7 +78,7 @@ typer==0.12.3
7878
# via
7979
# -r tests/../hacking/pr_labeler/requirements.txt
8080
# -r tests/../hacking/tagger/requirements.txt
81-
typing-extensions==4.12.1
81+
typing-extensions==4.12.2
8282
# via
8383
# codeowners
8484
# mypy

0 commit comments

Comments
 (0)