Skip to content

Commit 18bd8c5

Browse files
Bump the dependencies group in /.config with 6 updates (#406)
Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.4.26` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.7.2` | `1.7.3` | | [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2024.10.1` | `2025.4.1` | | [mypy-extensions](https://github.com/python/mypy_extensions) | `1.0.0` | `1.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.6` | `0.11.7` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.6` | `2.7` | Updates `certifi` from 2025.1.31 to 2025.4.26 - [Commits](certifi/python-certifi@2025.01.31...2025.04.26) Updates `griffe` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.7.2...1.7.3) Updates `jsonschema-specifications` from 2024.10.1 to 2025.4.1 - [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases) - [Commits](python-jsonschema/jsonschema-specifications@v2024.10.1...v2025.4.1) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](python/mypy_extensions@1.0.0...1.1.0) Updates `ruff` from 0.11.6 to 0.11.7 - [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.11.6...0.11.7) Updates `soupsieve` from 2.6 to 2.7 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.6...2.7) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.4.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: griffe dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jsonschema-specifications dependency-version: 2025.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: soupsieve dependency-version: '2.7' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 598010a commit 18bd8c5

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
@@ -13,7 +13,7 @@ bracex==2.5.post1 # via wcmatch
1313
cachetools==5.5.2 # via tox
1414
cairocffi==1.7.1 # via cairosvg
1515
cairosvg==2.7.1 # via mkdocs-ansible
16-
certifi==2025.1.31 # via requests
16+
certifi==2025.4.26 # via requests
1717
cffi==1.17.1 # via cairocffi, cryptography
1818
cfgv==3.4.0 # via pre-commit
1919
chardet==5.2.0 # via tox
@@ -32,7 +32,7 @@ docstring-parser-fork==0.0.12 # via pydoclint
3232
execnet==2.1.1 # via pytest-xdist
3333
filelock==3.18.0 # via ansible-lint, tox, virtualenv
3434
ghp-import==2.1.0 # via mkdocs
35-
griffe==1.7.2 # via mkdocstrings-python
35+
griffe==1.7.3 # via mkdocstrings-python
3636
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3737
htmlmin2==0.1.13 # via mkdocs-minify-plugin
3838
identify==2.6.10 # via pre-commit
@@ -43,7 +43,7 @@ isort==6.0.1 # via pylint
4343
jinja2==3.1.6 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings, ansible-creator (pyproject.toml)
4444
jsmin==3.0.1 # via mkdocs-minify-plugin
4545
jsonschema==4.23.0 # via ansible-compat, ansible-lint
46-
jsonschema-specifications==2024.10.1 # via jsonschema
46+
jsonschema-specifications==2025.4.1 # via jsonschema
4747
linkchecker==10.5.0 # via mkdocs-ansible
4848
markdown==3.8 # via markdown-include, mkdocs, mkdocs-autorefs, mkdocs-htmlproofer-plugin, mkdocs-material, mkdocstrings, pymdown-extensions
4949
markdown-exec==1.10.3 # via mkdocs-ansible
@@ -65,7 +65,7 @@ mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
6565
mkdocstrings==0.29.1 # via mkdocs-ansible, mkdocstrings-python
6666
mkdocstrings-python==1.16.10 # via mkdocs-ansible
6767
mypy==1.15.0 # via ansible-creator (pyproject.toml)
68-
mypy-extensions==1.0.0 # via black, mypy
68+
mypy-extensions==1.1.0 # via black, mypy
6969
nodeenv==1.9.1 # via pre-commit
7070
packaging==25.0 # via ansible-compat, ansible-core, ansible-lint, black, mkdocs, mkdocs-macros-plugin, pyproject-api, pytest, pytest-sugar, tox
7171
paginate==0.5.7 # via mkdocs-material
@@ -93,9 +93,9 @@ referencing==0.36.2 # via ansible-lint, jsonschema, jsonschema-specificati
9393
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9494
rpds-py==0.24.0 # via jsonschema, referencing
9595
ruamel-yaml==0.18.10 # via ansible-lint
96-
ruff==0.11.6 # via ansible-creator (pyproject.toml)
96+
ruff==0.11.7 # via ansible-creator (pyproject.toml)
9797
six==1.17.0 # via python-dateutil
98-
soupsieve==2.6 # via beautifulsoup4
98+
soupsieve==2.7 # via beautifulsoup4
9999
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint
100100
super-collections==0.5.3 # via mkdocs-macros-plugin
101101
termcolor==3.0.1 # via mkdocs-macros-plugin, pytest-sugar

0 commit comments

Comments
 (0)