Skip to content

Commit f8acac3

Browse files
ci: refresh dev dependencies (#1752)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 646e01c commit f8acac3

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

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

tests/typing.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
66
#
7-
argcomplete==3.3.0
7+
argcomplete==3.5.0
88
# via nox
99
certifi==2024.7.4
1010
# via requests
11-
cffi==1.16.0
11+
cffi==1.17.0
1212
# via
1313
# cryptography
1414
# pynacl
@@ -26,12 +26,8 @@ deprecated==1.2.14
2626
# via pygithub
2727
distlib==0.3.8
2828
# via virtualenv
29-
filelock==3.15.1
29+
filelock==3.15.4
3030
# via virtualenv
31-
gitdb==4.0.11
32-
# via gitpython
33-
gitpython==3.1.43
34-
# via -r tests/tag.in
3531
idna==3.7
3632
# via requests
3733
jinja2==3.1.4
@@ -68,27 +64,23 @@ rich==13.7.1
6864
# via typer
6965
shellingham==1.5.4
7066
# via typer
71-
smmap==5.0.1
72-
# via gitdb
7367
tomli==2.0.1
7468
# via
7569
# mypy
7670
# nox
7771
typer==0.12.3
78-
# via
79-
# -r tests/../hacking/pr_labeler/requirements.txt
80-
# -r tests/tag.in
72+
# via -r tests/../hacking/pr_labeler/requirements.txt
8173
typing-extensions==4.12.2
8274
# via
8375
# codeowners
8476
# mypy
8577
# pygithub
8678
# typer
87-
urllib3==2.2.1
79+
urllib3==2.2.2
8880
# via
8981
# pygithub
9082
# requests
91-
virtualenv==20.26.2
83+
virtualenv==20.26.3
9284
# via nox
9385
wrapt==1.16.0
9486
# via deprecated

0 commit comments

Comments
 (0)