ci: refresh dev dependencies (#1752)

Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
This commit is contained in:
ansible-documentation-bot[bot]
2024-08-19 15:33:12 +01:00
committed by GitHub
parent 646e01c1bd
commit f8acac31dd
2 changed files with 7 additions and 15 deletions

View File

@@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
#
ruff==0.5.6
ruff==0.5.7
# via -r tests/static.in

View File

@@ -4,11 +4,11 @@
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.3.0
argcomplete==3.5.0
# via nox
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
@@ -26,12 +26,8 @@ deprecated==1.2.14
# via pygithub
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.4
# via virtualenv
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via -r tests/tag.in
idna==3.7
# via requests
jinja2==3.1.4
@@ -68,27 +64,23 @@ rich==13.7.1
# via typer
shellingham==1.5.4
# via typer
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via
# mypy
# nox
typer==0.12.3
# via
# -r tests/../hacking/pr_labeler/requirements.txt
# -r tests/tag.in
# via -r tests/../hacking/pr_labeler/requirements.txt
typing-extensions==4.12.2
# via
# codeowners
# mypy
# pygithub
# typer
urllib3==2.2.1
urllib3==2.2.2
# via
# pygithub
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via nox
wrapt==1.16.0
# via deprecated