Skip to content

Commit

Permalink
ci: refresh dev dependencies (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansible-documentation-bot[bot] authored Nov 6, 2024
1 parent 871af9b commit 40cd7c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
#
black==24.8.0
black==24.10.0
# via -r tests/formatters.in
click==8.1.7
# via black
Expand All @@ -16,5 +16,5 @@ packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.3.3
platformdirs==4.3.6
# via black
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.6.5
ruff==0.7.2
# via -r tests/static.in
2 changes: 1 addition & 1 deletion tests/tag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packaging==24.1
# via -r tests/tag.in
pygments==2.18.0
# via rich
rich==13.8.1
rich==13.9.4
# via typer
shellingham==1.5.4
# via typer
Expand Down
26 changes: 13 additions & 13 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,57 @@
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.5.0
argcomplete==3.5.1
# via nox
certifi==2024.8.30
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# typer
# typer-slim
codeowners==0.7.0
# via -r tests/../hacking/pr_labeler/requirements.txt
colorlog==6.8.2
colorlog==6.9.0
# via nox
cryptography==43.0.1
cryptography==43.0.3
# via pyjwt
deprecated==1.2.14
# via pygithub
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via virtualenv
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via -r tests/tag.in
idna==3.9
idna==3.10
# via requests
jinja2==3.1.4
# via -r tests/../hacking/pr_labeler/requirements.txt
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.2
mypy==1.13.0
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
nox==2024.4.15
nox==2024.10.9
# via -r tests/typing.in
packaging==24.1
# via
# -r tests/tag.in
# nox
platformdirs==4.3.3
platformdirs==4.3.6
# via virtualenv
pycparser==2.22
# via cffi
Expand All @@ -68,7 +68,7 @@ pynacl==1.5.0
# via pygithub
requests==2.32.3
# via pygithub
rich==13.8.1
rich==13.9.4
# via typer
shellingham==1.5.4
# via typer
Expand All @@ -89,7 +89,7 @@ urllib3==2.2.3
# via
# pygithub
# requests
virtualenv==20.26.4
virtualenv==20.27.1
# via nox
wrapt==1.16.0
# via deprecated

0 comments on commit 40cd7c3

Please sign in to comment.