mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
ci: refresh dev dependencies (#2474)
This commit is contained in:
committed by
GitHub
parent
6895d04912
commit
6afad2ed5a
@@ -4,11 +4,11 @@
|
||||
#
|
||||
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
|
||||
#
|
||||
black==24.10.0
|
||||
black==25.1.0
|
||||
# via -r tests/formatters.in
|
||||
click==8.1.8
|
||||
# via black
|
||||
isort==5.13.2
|
||||
isort==6.0.1
|
||||
# via -r tests/formatters.in
|
||||
mypy-extensions==1.0.0
|
||||
# via black
|
||||
@@ -16,9 +16,9 @@ packaging==24.2
|
||||
# via black
|
||||
pathspec==0.12.1
|
||||
# via black
|
||||
platformdirs==4.3.6
|
||||
platformdirs==4.3.7
|
||||
# via black
|
||||
tomli==2.2.1
|
||||
# via black
|
||||
typing-extensions==4.12.2
|
||||
typing-extensions==4.13.0
|
||||
# via black
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
#
|
||||
# pip-compile --allow-unsafe --output-file=tests/spelling.txt --strip-extras tests/spelling.in
|
||||
#
|
||||
codespell==2.3.0
|
||||
codespell==2.4.1
|
||||
# via -r tests/spelling.in
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
#
|
||||
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
|
||||
#
|
||||
ruff==0.8.6
|
||||
ruff==0.11.2
|
||||
# via -r tests/static.in
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
#
|
||||
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
|
||||
#
|
||||
argcomplete==3.5.3
|
||||
argcomplete==3.6.1
|
||||
# via nox
|
||||
certifi==2024.12.14
|
||||
attrs==25.3.0
|
||||
# via nox
|
||||
certifi==2025.1.31
|
||||
# via requests
|
||||
cffi==1.17.1
|
||||
# via
|
||||
@@ -20,33 +22,37 @@ codeowners==0.7.0
|
||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||
colorlog==6.9.0
|
||||
# via nox
|
||||
cryptography==44.0.0
|
||||
cryptography==44.0.2
|
||||
# via pyjwt
|
||||
deprecated==1.2.15
|
||||
dependency-groups==1.3.0
|
||||
# via nox
|
||||
deprecated==1.2.18
|
||||
# via pygithub
|
||||
distlib==0.3.9
|
||||
# via virtualenv
|
||||
filelock==3.16.1
|
||||
filelock==3.18.0
|
||||
# via virtualenv
|
||||
idna==3.10
|
||||
# via requests
|
||||
jinja2==3.1.5
|
||||
jinja2==3.1.6
|
||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||
markupsafe==3.0.2
|
||||
# via jinja2
|
||||
mypy==1.14.1
|
||||
mypy==1.15.0
|
||||
# via -r tests/typing.in
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
nox==2024.10.9
|
||||
nox==2025.2.9
|
||||
# via -r tests/typing.in
|
||||
packaging==24.2
|
||||
# via nox
|
||||
platformdirs==4.3.6
|
||||
# via
|
||||
# dependency-groups
|
||||
# nox
|
||||
platformdirs==4.3.7
|
||||
# via virtualenv
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pygithub==2.5.0
|
||||
pygithub==2.6.1
|
||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||
pyjwt==2.10.1
|
||||
# via pygithub
|
||||
@@ -56,11 +62,12 @@ requests==2.32.3
|
||||
# via pygithub
|
||||
tomli==2.2.1
|
||||
# via
|
||||
# dependency-groups
|
||||
# mypy
|
||||
# nox
|
||||
typer-slim==0.15.1
|
||||
typer-slim==0.15.2
|
||||
# via -r tests/../hacking/pr_labeler/requirements.txt
|
||||
typing-extensions==4.12.2
|
||||
typing-extensions==4.13.0
|
||||
# via
|
||||
# codeowners
|
||||
# mypy
|
||||
@@ -70,7 +77,7 @@ urllib3==2.3.0
|
||||
# via
|
||||
# pygithub
|
||||
# requests
|
||||
virtualenv==20.28.1
|
||||
virtualenv==20.29.3
|
||||
# via nox
|
||||
wrapt==1.17.0
|
||||
wrapt==1.17.2
|
||||
# via deprecated
|
||||
|
||||
Reference in New Issue
Block a user