Skip to content

Commit 4daebff

Browse files
ci: refresh dev dependencies (#1091)
1 parent 209fd01 commit 4daebff

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

tests/formatters.txt

Lines changed: 2 additions & 2 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.1.0
7+
black==24.1.1
88
# via -r tests/formatters.in
99
click==8.1.7
1010
# via black
@@ -16,7 +16,7 @@ packaging==23.2
1616
# via black
1717
pathspec==0.12.1
1818
# via black
19-
platformdirs==4.1.0
19+
platformdirs==4.2.0
2020
# via black
2121
tomli==2.0.1
2222
# 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.1.14
7+
ruff==0.2.1
88
# via -r tests/static.in

tests/typing.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
argcomplete==3.2.2
88
# via nox
9-
certifi==2023.11.17
9+
certifi==2024.2.2
1010
# via requests
1111
cffi==1.16.0
1212
# via
@@ -20,7 +20,7 @@ codeowners==0.6.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
2121
colorlog==6.8.2
2222
# via nox
23-
cryptography==42.0.1
23+
cryptography==42.0.2
2424
# via pyjwt
2525
deprecated==1.2.14
2626
# via pygithub
@@ -32,7 +32,7 @@ idna==3.6
3232
# via requests
3333
jinja2==3.1.3
3434
# via -r tests/../hacking/pr_labeler/requirements.txt
35-
markupsafe==2.1.4
35+
markupsafe==2.1.5
3636
# via jinja2
3737
mypy==1.8.0
3838
# via -r tests/typing.in
@@ -42,24 +42,20 @@ nox==2023.4.22
4242
# via -r tests/typing.in
4343
packaging==23.2
4444
# via nox
45-
platformdirs==4.1.0
45+
platformdirs==4.2.0
4646
# via virtualenv
4747
pycparser==2.21
4848
# via cffi
49-
pygithub==2.1.1
49+
pygithub==2.2.0
5050
# via -r tests/../hacking/pr_labeler/requirements.txt
5151
pyjwt==2.8.0
5252
# via
5353
# pygithub
5454
# pyjwt
5555
pynacl==1.5.0
5656
# via pygithub
57-
python-dateutil==2.8.2
58-
# via pygithub
5957
requests==2.31.0
6058
# via pygithub
61-
six==1.16.0
62-
# via python-dateutil
6359
tomli==2.0.1
6460
# via mypy
6561
typer==0.9.0
@@ -70,7 +66,7 @@ typing-extensions==4.9.0
7066
# mypy
7167
# pygithub
7268
# typer
73-
urllib3==2.1.0
69+
urllib3==2.2.0
7470
# via
7571
# pygithub
7672
# requests

0 commit comments

Comments
 (0)