Skip to content

Commit 19318fa

Browse files
Bump the dependencies group in /.config with 10 updates (#364)
* Bump the dependencies group in /.config with 10 updates Bumps the dependencies group in /.config with 10 updates: | Package | From | To | | --- | --- | --- | | [ansible-compat](https://github.com/ansible/ansible-compat) | `25.1.1` | `25.1.2` | | [ansible-lint](https://github.com/ansible/ansible-lint) | `25.1.1` | `25.1.2` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.13.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.11` | | [identify](https://github.com/pre-commit/identify) | `2.6.6` | `2.6.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.1` | `9.6.3` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.27.0` | `0.28.0` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.13.0` | `1.14.6` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.5` | Updates `ansible-compat` from 25.1.1 to 25.1.2 - [Release notes](https://github.com/ansible/ansible-compat/releases) - [Commits](ansible/ansible-compat@v25.1.1...v25.1.2) Updates `ansible-lint` from 25.1.1 to 25.1.2 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@v25.1.1...v25.1.2) Updates `beautifulsoup4` from 4.12.3 to 4.13.3 Updates `coverage` from 7.6.10 to 7.6.11 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.10...7.6.11) Updates `identify` from 2.6.6 to 2.6.7 - [Commits](pre-commit/identify@v2.6.6...v2.6.7) Updates `mkdocs-material` from 9.6.1 to 9.6.3 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.1...9.6.3) Updates `mkdocstrings` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.27.0...0.28.0) Updates `mkdocstrings-python` from 1.13.0 to 1.14.6 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.13.0...1.14.6) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `ruff` from 0.9.4 to 0.9.5 - [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.9.4...0.9.5) --- updated-dependencies: - dependency-name: ansible-compat dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy 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] <[email protected]> * Update constraints --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: abhikdps <[email protected]>
1 parent 72e0960 commit 19318fa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.config/constraints.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run -e deps
3-
ansible-compat==25.1.1 # via ansible-lint
4-
ansible-lint==25.1.1 # via ansible-creator (pyproject.toml)
3+
ansible-compat==25.1.2 # via ansible-lint
4+
ansible-lint==25.1.2 # via ansible-creator (pyproject.toml)
55
argcomplete==3.5.3 # via ansible-creator (pyproject.toml)
66
astroid==3.3.8 # via pylint
77
attrs==25.1.0 # via jsonschema, referencing
88
babel==2.17.0 # via mkdocs-material
9-
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
9+
beautifulsoup4==4.13.3 # via linkchecker, mkdocs-htmlproofer-plugin
1010
black==25.1.0 # via ansible-lint
1111
bracex==2.5.post1 # via wcmatch
1212
cachetools==5.5.1 # via tox
@@ -17,9 +17,9 @@ cffi==1.17.1 # via cairocffi, cryptography
1717
cfgv==3.4.0 # via pre-commit
1818
chardet==5.2.0 # via tox
1919
charset-normalizer==3.4.1 # via requests
20-
click==8.1.8 # via black, mkdocs, mkdocstrings, pydoclint
20+
click==8.1.8 # via black, mkdocs, pydoclint
2121
colorama==0.4.6 # via click, griffe, mkdocs, mkdocs-material, pylint, pytest, tox
22-
coverage==7.6.10 # via ansible-creator (pyproject.toml)
22+
coverage==7.6.11 # via ansible-creator (pyproject.toml)
2323
cryptography==44.0.0 # via ansible-core
2424
csscompressor==0.9.5 # via mkdocs-minify-plugin
2525
cssselect2==0.7.0 # via cairosvg
@@ -34,7 +34,7 @@ ghp-import==2.1.0 # via mkdocs
3434
griffe==1.5.6 # via mkdocstrings-python
3535
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3636
htmlmin2==0.1.13 # via mkdocs-minify-plugin
37-
identify==2.6.6 # via pre-commit
37+
identify==2.6.7 # via pre-commit
3838
idna==3.10 # via requests
3939
importlib-metadata==8.6.1 # via ansible-lint
4040
iniconfig==2.0.0 # via pytest
@@ -54,23 +54,23 @@ mkdocs==1.6.1 # via mkdocs-ansible, mkdocs-autorefs, mkdocs-gen-file
5454
mkdocs-ansible==24.12.0 # via ansible-creator (pyproject.toml)
5555
mkdocs-autorefs==1.3.0 # via mkdocstrings, mkdocstrings-python
5656
mkdocs-gen-files==0.5.0 # via mkdocs-ansible
57-
mkdocs-get-deps==0.2.0 # via mkdocs
57+
mkdocs-get-deps==0.2.0 # via mkdocs, mkdocstrings
5858
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
5959
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
60-
mkdocs-material==9.6.1 # via mkdocs-ansible
60+
mkdocs-material==9.6.3 # via mkdocs-ansible
6161
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
6262
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6363
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
64-
mkdocstrings==0.27.0 # via mkdocs-ansible, mkdocstrings-python
65-
mkdocstrings-python==1.13.0 # via mkdocs-ansible
66-
mypy==1.14.1 # via ansible-creator (pyproject.toml)
64+
mkdocstrings==0.28.0 # via mkdocs-ansible, mkdocstrings-python
65+
mkdocstrings-python==1.14.6 # via mkdocs-ansible
66+
mypy==1.15.0 # via ansible-creator (pyproject.toml)
6767
mypy-extensions==1.0.0 # via black, mypy
6868
nodeenv==1.9.1 # via pre-commit
6969
packaging==24.2 # via ansible-compat, ansible-core, ansible-lint, black, mkdocs, mkdocs-macros-plugin, pyproject-api, pytest, tox
7070
paginate==0.5.7 # via mkdocs-material
7171
pathspec==0.12.1 # via ansible-lint, black, mkdocs, mkdocs-macros-plugin, yamllint
7272
pillow==11.1.0 # via cairosvg, mkdocs-ansible
73-
platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, tox, virtualenv
73+
platformdirs==4.3.6 # via black, mkdocs-get-deps, pylint, tox, virtualenv
7474
pluggy==1.5.0 # via pytest, tox
7575
pre-commit==4.1.0 # via ansible-creator (pyproject.toml)
7676
pycparser==2.22 # via cffi
@@ -85,12 +85,12 @@ python-dateutil==2.9.0.post0 # via ghp-import, mkdocs-macros-plugin
8585
python-slugify==8.0.4 # via mkdocs-monorepo-plugin
8686
pyyaml==6.0.2 # via ansible-compat, ansible-core, ansible-lint, mkdocs, mkdocs-get-deps, mkdocs-macros-plugin, pre-commit, pymdown-extensions, pyyaml-env-tag, yamllint, ansible-creator (pyproject.toml)
8787
pyyaml-env-tag==0.1 # via mkdocs
88-
referencing==0.36.2 # via jsonschema, jsonschema-specifications
88+
referencing==0.36.2 # via ansible-lint, jsonschema, jsonschema-specifications
8989
regex==2024.11.6 # via mkdocs-material
9090
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9191
rpds-py==0.22.3 # via jsonschema, referencing
9292
ruamel-yaml==0.18.10 # via ansible-lint
93-
ruff==0.9.4 # via ansible-creator (pyproject.toml)
93+
ruff==0.9.5 # via ansible-creator (pyproject.toml)
9494
six==1.17.0 # via python-dateutil
9595
soupsieve==2.6 # via beautifulsoup4
9696
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint

0 commit comments

Comments
 (0)