Skip to content
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

Bump the dependencies group across 1 directory with 20 updates #391

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
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
40 changes: 20 additions & 20 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
ansible-compat==24.9.0
ansible-compat==24.9.1
ansible-core==2.17.4
astroid==3.2.4
astroid==3.3.3
attrs==24.2.0
babel==2.16.0
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -36,12 +36,12 @@ docstring-parser-fork==0.0.9
enrich==1.2.7
exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.16.0
filelock==3.16.1
ghp-import==2.1.0
griffe==1.3.0
griffe==1.3.1
htmlmin2==0.1.13
identify==2.6.0
idna==3.8
identify==2.6.1
idna==3.10
iniconfig==2.0.0
isort==5.13.2
jinja2==3.1.4
Expand All @@ -62,15 +62,15 @@ mkdocs-ansible==24.3.1
mkdocs-autorefs==1.2.0
mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.2.1
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.34
mkdocs-htmlproofer-plugin==1.3.0
mkdocs-macros-plugin==1.2.0
mkdocs-material==9.5.36
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
molecule==24.8.0
molecule==24.9.0
mypy==1.11.2
mypy-extensions==1.0.0
nodeenv==1.9.1
Expand All @@ -79,16 +79,16 @@ paginate==0.5.7
pathspec==0.12.1
pillow==10.4.0
pip-tools==7.4.1
pipdeptree==2.23.3
platformdirs==4.3.2
pipdeptree==2.23.4
platformdirs==4.3.6
pluggy==1.5.0
pre-commit==3.8.0
pycparser==2.22
pydoclint==0.5.7
pygments==2.18.0
pylint==3.2.7
pylint==3.3.0
pymdown-extensions==10.9
pyproject-api==1.7.1
pyproject-api==1.8.0
pyproject-hooks==1.1.0
pytest==8.3.3
pytest-xdist==3.6.1
Expand All @@ -97,12 +97,12 @@ python-slugify==8.0.4
pyyaml==6.0.2
pyyaml-env-tag==0.1
referencing==0.35.1
regex==2024.7.24
regex==2024.9.11
requests==2.32.3
resolvelib==1.0.1
rich==13.8.1
rpds-py==0.20.0
ruff==0.6.4
ruff==0.6.7
six==1.16.0
soupsieve==2.6
subprocess-tee==0.4.2
Expand All @@ -112,11 +112,11 @@ tinycss2==1.3.0
toml-sort==0.23.1
tomli==2.0.1
tomlkit==0.13.2
tox==4.18.1
types-pyyaml==6.0.12.20240808
tox==4.20.0
types-pyyaml==6.0.12.20240917
typing-extensions==4.12.2
urllib3==2.2.2
virtualenv==20.26.4
urllib3==2.2.3
virtualenv==20.26.5
watchdog==5.0.2
wcmatch==9.0
webencodings==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras pyproject.toml
#
ansible-compat==24.9.0
ansible-compat==24.9.1
ansible-core==2.17.4
attrs==24.2.0
cffi==1.17.1
Expand Down
Loading