mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
ci: refresh dev dependencies (#3477)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
987784e395
commit
fbcfe7f3c7
@@ -16,7 +16,7 @@ packaging==26.0
|
|||||||
# via black
|
# via black
|
||||||
pathspec==1.0.4
|
pathspec==1.0.4
|
||||||
# via black
|
# via black
|
||||||
platformdirs==4.5.1
|
platformdirs==4.9.1
|
||||||
# via black
|
# via black
|
||||||
pytokens==0.4.1
|
pytokens==0.4.1
|
||||||
# via black
|
# via black
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
|
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
|
||||||
#
|
#
|
||||||
ruff==0.15.0
|
ruff==0.15.1
|
||||||
# via -r tests/static.in
|
# via -r tests/static.in
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
|
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
|
||||||
#
|
#
|
||||||
|
annotated-doc==0.0.4
|
||||||
|
# via typer
|
||||||
argcomplete==3.6.3
|
argcomplete==3.6.3
|
||||||
# via nox
|
# via nox
|
||||||
attrs==25.4.0
|
attrs==25.4.0
|
||||||
@@ -17,18 +19,18 @@ cffi==2.0.0
|
|||||||
charset-normalizer==3.4.4
|
charset-normalizer==3.4.4
|
||||||
# via requests
|
# via requests
|
||||||
click==8.3.1
|
click==8.3.1
|
||||||
# via typer-slim
|
# via typer
|
||||||
codeowners==0.8.0
|
codeowners==0.8.0
|
||||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||||
colorlog==6.10.1
|
colorlog==6.10.1
|
||||||
# via nox
|
# via nox
|
||||||
cryptography==46.0.4
|
cryptography==46.0.5
|
||||||
# via pyjwt
|
# via pyjwt
|
||||||
dependency-groups==1.3.1
|
dependency-groups==1.3.1
|
||||||
# via nox
|
# via nox
|
||||||
distlib==0.4.0
|
distlib==0.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
filelock==3.20.3
|
filelock==3.24.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
humanize==4.15.0
|
humanize==4.15.0
|
||||||
# via nox
|
# via nox
|
||||||
@@ -36,15 +38,19 @@ idna==3.11
|
|||||||
# via requests
|
# via requests
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||||
librt==0.7.8
|
librt==0.8.0
|
||||||
# via mypy
|
# via mypy
|
||||||
|
markdown-it-py==4.0.0
|
||||||
|
# via rich
|
||||||
markupsafe==3.0.3
|
markupsafe==3.0.3
|
||||||
# via jinja2
|
# via jinja2
|
||||||
|
mdurl==0.1.2
|
||||||
|
# via markdown-it-py
|
||||||
mypy==1.19.1
|
mypy==1.19.1
|
||||||
# via -r tests/typing.in
|
# via -r tests/typing.in
|
||||||
mypy-extensions==1.1.0
|
mypy-extensions==1.1.0
|
||||||
# via mypy
|
# via mypy
|
||||||
nox==2025.11.12
|
nox==2026.2.9
|
||||||
# via -r tests/typing.in
|
# via -r tests/typing.in
|
||||||
packaging==26.0
|
packaging==26.0
|
||||||
# via
|
# via
|
||||||
@@ -52,26 +58,33 @@ packaging==26.0
|
|||||||
# nox
|
# nox
|
||||||
pathspec==1.0.4
|
pathspec==1.0.4
|
||||||
# via mypy
|
# via mypy
|
||||||
platformdirs==4.5.1
|
platformdirs==4.9.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
pycparser==3.0
|
pycparser==3.0
|
||||||
# via cffi
|
# via cffi
|
||||||
pygithub==2.8.1
|
pygithub==2.8.1
|
||||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||||
|
pygments==2.19.2
|
||||||
|
# via rich
|
||||||
pyjwt==2.11.0
|
pyjwt==2.11.0
|
||||||
# via pygithub
|
# via pygithub
|
||||||
pynacl==1.6.2
|
pynacl==1.6.2
|
||||||
# via pygithub
|
# via pygithub
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
# via pygithub
|
# via pygithub
|
||||||
typer-slim==0.21.1
|
rich==14.3.2
|
||||||
|
# via typer
|
||||||
|
shellingham==1.5.4
|
||||||
|
# via typer
|
||||||
|
typer==0.23.1
|
||||||
|
# via typer-slim
|
||||||
|
typer-slim==0.23.1
|
||||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||||
typing-extensions==4.15.0
|
typing-extensions==4.15.0
|
||||||
# via
|
# via
|
||||||
# codeowners
|
# codeowners
|
||||||
# mypy
|
# mypy
|
||||||
# pygithub
|
# pygithub
|
||||||
# typer-slim
|
|
||||||
urllib3==2.6.3
|
urllib3==2.6.3
|
||||||
# via
|
# via
|
||||||
# pygithub
|
# pygithub
|
||||||
|
|||||||
Reference in New Issue
Block a user