Skip to content

Commit 43505c9

Browse files
[devel] ci: refresh dev dependencies (#2310)
* ci: refresh dev dependencies * ci: refresh dev dependencies * ci: refresh dev dependencies --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent a4e48c3 commit 43505c9

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

tests/formatters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in
33
black==24.10.0
44
# via -r tests/formatters.in
5-
click==8.1.7
5+
click==8.1.8
66
# via black
77
colorama==0.4.6 ; platform_system == 'Windows'
88
# via click

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.3
3+
ruff==0.8.6
44
# via -r tests/static.in

tests/tag.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/tag.txt tests/tag.in
3-
click==8.1.7
3+
click==8.1.8
44
# via typer
55
colorama==0.4.6 ; platform_system == 'Windows'
66
# via click
7-
gitdb==4.0.11
7+
gitdb==4.0.12
88
# via gitpython
9-
gitpython==3.1.43
9+
gitpython==3.1.44
1010
# via -r tests/tag.in
1111
markdown-it-py==3.0.0
1212
# via rich
@@ -20,7 +20,7 @@ rich==13.9.4
2020
# via typer
2121
shellingham==1.5.4
2222
# via typer
23-
smmap==5.0.1
23+
smmap==5.0.2
2424
# via gitdb
2525
typer==0.15.1
2626
# via -r tests/tag.in

tests/typing.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.2
3+
argcomplete==3.5.3
44
# via nox
55
certifi==2024.12.14
66
# via requests
77
cffi==1.17.1
88
# via
99
# cryptography
1010
# pynacl
11-
charset-normalizer==3.4.0
11+
charset-normalizer==3.4.1
1212
# via requests
13-
click==8.1.7
13+
click==8.1.8
1414
# via
1515
# typer
1616
# typer-slim
@@ -30,21 +30,21 @@ distlib==0.3.9
3030
# via virtualenv
3131
filelock==3.16.1
3232
# via virtualenv
33-
gitdb==4.0.11
33+
gitdb==4.0.12
3434
# via gitpython
35-
gitpython==3.1.43
35+
gitpython==3.1.44
3636
# via -r tests/tag.in
3737
idna==3.10
3838
# via requests
39-
jinja2==3.1.4
39+
jinja2==3.1.5
4040
# via -r tests/../hacking/pr_labeler/requirements.txt
4141
markdown-it-py==3.0.0
4242
# via rich
4343
markupsafe==3.0.2
4444
# via jinja2
4545
mdurl==0.1.2
4646
# via markdown-it-py
47-
mypy==1.13.0
47+
mypy==1.14.1
4848
# via -r tests/typing.in
4949
mypy-extensions==1.0.0
5050
# via mypy
@@ -72,7 +72,7 @@ rich==13.9.4
7272
# via typer
7373
shellingham==1.5.4
7474
# via typer
75-
smmap==5.0.1
75+
smmap==5.0.2
7676
# via gitdb
7777
typer==0.15.1
7878
# via -r tests/tag.in
@@ -85,11 +85,11 @@ typing-extensions==4.12.2
8585
# pygithub
8686
# typer
8787
# typer-slim
88-
urllib3==2.2.3
88+
urllib3==2.3.0
8989
# via
9090
# pygithub
9191
# requests
92-
virtualenv==20.28.0
92+
virtualenv==20.28.1
9393
# via nox
9494
wrapt==1.17.0
9595
# via deprecated

0 commit comments

Comments
 (0)