Skip to content

Commit

Permalink
[stable-2.18] ci: refresh dev dependencies (#2311)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ansible-documentation-bot[bot] authored Jan 6, 2025
1 parent ed28796 commit d0e208c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==24.10.0
# via -r tests/formatters.in
click==8.1.7
click==8.1.8
# via black
isort==5.13.2
# via -r tests/formatters.in
Expand Down
2 changes: 1 addition & 1 deletion tests/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
#
ruff==0.8.3
ruff==0.8.6
# via -r tests/static.in
14 changes: 7 additions & 7 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.5.2
argcomplete==3.5.3
# via nox
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via typer-slim
codeowners==0.7.0
# via -r tests/../hacking/pr_labeler/requirements.txt
Expand All @@ -30,11 +30,11 @@ filelock==3.16.1
# via virtualenv
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via -r tests/../hacking/pr_labeler/requirements.txt
markupsafe==3.0.2
# via jinja2
mypy==1.13.0
mypy==1.14.1
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -62,11 +62,11 @@ typing-extensions==4.12.2
# mypy
# pygithub
# typer-slim
urllib3==2.2.3
urllib3==2.3.0
# via
# pygithub
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via nox
wrapt==1.17.0
# via deprecated

0 comments on commit d0e208c

Please sign in to comment.