mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
ci: refresh dev dependencies (#3502)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c7e6570bad
commit
c22e0b27d3
@@ -6,7 +6,7 @@ click==8.3.1
|
||||
# via black
|
||||
colorama==0.4.6 ; sys_platform == 'win32'
|
||||
# via click
|
||||
isort==8.0.0
|
||||
isort==8.0.1
|
||||
# via -r tests/formatters.in
|
||||
mypy-extensions==1.1.0
|
||||
# via black
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile --universal --output-file tests/static.txt tests/static.in
|
||||
ruff==0.15.2
|
||||
ruff==0.15.4
|
||||
# via -r tests/static.in
|
||||
|
||||
@@ -8,7 +8,7 @@ argcomplete==3.6.3
|
||||
# via nox
|
||||
attrs==25.4.0
|
||||
# via nox
|
||||
certifi==2026.1.4
|
||||
certifi==2026.2.25
|
||||
# via requests
|
||||
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
|
||||
# via
|
||||
@@ -35,7 +35,9 @@ distlib==0.4.0
|
||||
docutils==0.22.4
|
||||
# via antsibull-docutils
|
||||
filelock==3.24.3
|
||||
# via virtualenv
|
||||
# via
|
||||
# python-discovery
|
||||
# virtualenv
|
||||
humanize==4.15.0
|
||||
# via nox
|
||||
idna==3.11
|
||||
@@ -63,7 +65,9 @@ packaging==26.0
|
||||
pathspec==1.0.4
|
||||
# via mypy
|
||||
platformdirs==4.9.2
|
||||
# via virtualenv
|
||||
# via
|
||||
# python-discovery
|
||||
# virtualenv
|
||||
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
|
||||
# via cffi
|
||||
pygithub==2.8.1
|
||||
@@ -74,6 +78,8 @@ pyjwt==2.11.0
|
||||
# via pygithub
|
||||
pynacl==1.6.2
|
||||
# via pygithub
|
||||
python-discovery==1.1.0
|
||||
# via virtualenv
|
||||
requests==2.32.5
|
||||
# via pygithub
|
||||
rich==14.3.3
|
||||
@@ -84,7 +90,7 @@ typer==0.24.1
|
||||
# via typer-slim
|
||||
typer-slim==0.24.0
|
||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||
types-docutils==0.22.3.20251115
|
||||
types-docutils==0.22.3.20260223
|
||||
# via -r tests/typing.in
|
||||
typing-extensions==4.15.0
|
||||
# via
|
||||
@@ -95,5 +101,5 @@ urllib3==2.6.3
|
||||
# via
|
||||
# pygithub
|
||||
# requests
|
||||
virtualenv==20.38.0
|
||||
virtualenv==21.1.0
|
||||
# via nox
|
||||
|
||||
Reference in New Issue
Block a user