Skip to content

Bump the dependencies group across 1 directory with 10 updates #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# tox run deps
ansible-compat==24.9.1 # via pytest-ansible
ansible-compat==24.10.0 # via pytest-ansible
astroid==3.3.5 # via pylint
attrs==24.2.0 # via jsonschema, referencing
babel==2.16.0 # via mkdocs-material
Expand All @@ -16,8 +16,8 @@ chardet==5.2.0 # via tox
charset-normalizer==3.4.0 # via requests
click==8.1.7 # via black, mkdocs, mkdocstrings, pydoclint
colorama==0.4.6 # via griffe, mkdocs-material, tox
coverage==7.6.4 # via tox-ansible (pyproject.toml)
cryptography==43.0.3 # via ansible-core
coverage==7.6.8 # via tox-ansible (pyproject.toml)
cryptography==44.0.0 # via ansible-core
csscompressor==0.9.5 # via mkdocs-minify-plugin
cssselect2==0.7.0 # via cairosvg
defusedxml==0.7.1 # via cairosvg
Expand All @@ -32,7 +32,7 @@ ghp-import==2.1.0 # via mkdocs
griffe==1.5.1 # via mkdocstrings-python
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
htmlmin2==0.1.13 # via mkdocs-minify-plugin
identify==2.6.2 # via pre-commit
identify==2.6.3 # via pre-commit
idna==3.10 # via requests
iniconfig==2.0.0 # via pytest
isort==5.13.2 # via pylint
Expand All @@ -54,7 +54,7 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
mkdocs-get-deps==0.2.0 # via mkdocs
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
mkdocs-material==9.5.44 # via mkdocs-ansible
mkdocs-material==9.5.46 # via mkdocs-ansible
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
Expand All @@ -67,7 +67,7 @@ packaging==24.2 # via ansible-compat, ansible-core, black, mkdocs, mkd
paginate==0.5.7 # via mkdocs-material
pathspec==0.12.1 # via black, mkdocs, mkdocs-macros-plugin
pillow==11.0.0 # via cairosvg, mkdocs-ansible
pipdeptree==2.23.4 # via mkdocs-ansible, tox-ansible (pyproject.toml)
pipdeptree==2.24.0 # via mkdocs-ansible, tox-ansible (pyproject.toml)
platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, tox, virtualenv
pluggy==1.5.0 # via pytest, tox
pre-commit==4.0.1 # via tox-ansible (pyproject.toml)
Expand All @@ -88,21 +88,21 @@ referencing==0.35.1 # via jsonschema, jsonschema-specifications
regex==2024.11.6 # via mkdocs-material
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
rpds-py==0.21.0 # via jsonschema, referencing
ruff==0.7.3 # via tox-ansible (pyproject.toml)
ruff==0.8.1 # via tox-ansible (pyproject.toml)
six==1.16.0 # via python-dateutil
soupsieve==2.6 # via beautifulsoup4
subprocess-tee==0.4.2 # via ansible-compat
super-collections==0.5.3 # via mkdocs-macros-plugin
termcolor==2.5.0 # via mkdocs-macros-plugin
text-unidecode==1.3 # via python-slugify
tinycss2==1.4.0 # via cairosvg, cssselect2
toml-sort==0.23.1 # via tox-ansible (pyproject.toml)
tomli==2.0.2 # via black, coverage, mypy, pydoclint, pylint, pyproject-api, pytest, tox
toml-sort==0.24.2 # via tox-ansible (pyproject.toml)
tomli==2.2.1 # via black, coverage, mypy, pydoclint, pylint, pyproject-api, pytest, tox
tomlkit==0.13.2 # via pylint, toml-sort
tox==4.23.2 # via tox-ansible (pyproject.toml)
types-pyyaml==6.0.12.20240917 # via tox-ansible (pyproject.toml)
urllib3==2.2.3 # via requests
virtualenv==20.27.1 # via pre-commit, tox
virtualenv==20.28.0 # via pre-commit, tox
watchdog==6.0.0 # via mkdocs
webencodings==0.5.1 # via cssselect2, tinycss2

Expand Down
Loading