Skip to content

Commit 74585b3

Browse files
Bump the dependencies group in /.config with 6 updates (#403)
* Bump the dependencies group in /.config with 6 updates Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.5` | `3.3.6` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.48` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.10` | `0.5.11` | | [pytest-ansible](https://github.com/ansible/pytest-ansible) | `24.9.0` | `24.12.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.2` | `0.8.3` | Updates `astroid` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v3.3.5...v3.3.6) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](certifi/python-certifi@2024.08.30...2024.12.14) Updates `mkdocs-material` from 9.5.47 to 9.5.48 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.47...9.5.48) Updates `pydoclint` from 0.5.10 to 0.5.11 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.10...0.5.11) Updates `pytest-ansible` from 24.9.0 to 24.12.0 - [Release notes](https://github.com/ansible/pytest-ansible/releases) - [Changelog](https://github.com/ansible/pytest-ansible/blob/main/HISTORY.md) - [Commits](ansible/pytest-ansible@v24.9.0...v24.12.0) Updates `ruff` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.2...0.8.3) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest-ansible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * remove whitespace to fix tox/lint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: abhikdps <abanand@redhat.com>
1 parent 185e481 commit 74585b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.config/constraints.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
33
ansible-compat==24.10.0 # via pytest-ansible
4-
astroid==3.3.5 # via pylint
4+
astroid==3.3.6 # via pylint
55
attrs==24.2.0 # via jsonschema, referencing
66
babel==2.16.0 # via mkdocs-material
77
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
88
black==24.10.0 # via tox-ansible (pyproject.toml)
99
cachetools==5.5.0 # via tox
1010
cairocffi==1.7.1 # via cairosvg
1111
cairosvg==2.7.1 # via mkdocs-ansible
12-
certifi==2024.8.30 # via requests
12+
certifi==2024.12.14 # via requests
1313
cffi==1.17.1 # via cairocffi, cryptography
1414
cfgv==3.4.0 # via pre-commit
1515
chardet==5.2.0 # via tox
@@ -54,7 +54,7 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
5454
mkdocs-get-deps==0.2.0 # via mkdocs
5555
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
5656
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
57-
mkdocs-material==9.5.47 # via mkdocs-ansible
57+
mkdocs-material==9.5.48 # via mkdocs-ansible
5858
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
5959
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6060
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
@@ -72,13 +72,13 @@ platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, to
7272
pluggy==1.5.0 # via pytest, tox
7373
pre-commit==4.0.1 # via tox-ansible (pyproject.toml)
7474
pycparser==2.22 # via cffi
75-
pydoclint==0.5.10 # via tox-ansible (pyproject.toml)
75+
pydoclint==0.5.11 # via tox-ansible (pyproject.toml)
7676
pygments==2.18.0 # via mkdocs-material
7777
pylint==3.3.2 # via tox-ansible (pyproject.toml)
7878
pymdown-extensions==10.12 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
7979
pyproject-api==1.8.0 # via tox
8080
pytest==8.3.4 # via pytest-ansible, pytest-xdist, tox-ansible (pyproject.toml)
81-
pytest-ansible==24.9.0 # via tox-ansible (pyproject.toml)
81+
pytest-ansible==24.12.0 # via tox-ansible (pyproject.toml)
8282
pytest-xdist==3.6.1 # via tox-ansible (pyproject.toml)
8383
python-dateutil==2.9.0.post0 # via ghp-import, mkdocs-macros-plugin
8484
python-slugify==8.0.4 # via mkdocs-monorepo-plugin
@@ -88,7 +88,7 @@ referencing==0.35.1 # via jsonschema, jsonschema-specifications
8888
regex==2024.11.6 # via mkdocs-material
8989
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9090
rpds-py==0.22.3 # via jsonschema, referencing
91-
ruff==0.8.2 # via tox-ansible (pyproject.toml)
91+
ruff==0.8.3 # via tox-ansible (pyproject.toml)
9292
six==1.17.0 # via python-dateutil
9393
soupsieve==2.6 # via beautifulsoup4
9494
subprocess-tee==0.4.2 # via ansible-compat

0 commit comments

Comments
 (0)