Skip to content

Commit ec94e80

Browse files
Bump the dependencies group in /.config with 6 updates (#417)
* Bump the dependencies group in /.config with 6 updates Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.23.0` | `4.24.0` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.6.1` | `3.7.0` | | ruamel-yaml | `0.18.11` | `0.18.12` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.11` | `0.11.12` | | [zipp](https://github.com/jaraco/zipp) | `3.21.0` | `3.22.0` | Updates `jsonschema` from 4.23.0 to 4.24.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.23.0...v4.24.0) Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `pytest-xdist` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.6.1...v3.7.0) Updates `ruamel-yaml` from 0.18.11 to 0.18.12 Updates `ruff` from 0.11.11 to 0.11.12 - [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.11...0.11.12) Updates `zipp` from 3.21.0 to 3.22.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-xdist dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruamel-yaml dependency-version: 0.18.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zipp dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update constraints.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Anand <[email protected]>
1 parent 45bafa3 commit ec94e80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.config/constraints.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ iniconfig==2.1.0 # via pytest
4242
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
45-
jsonschema==4.23.0 # via ansible-compat, ansible-lint
45+
jsonschema==4.24.0 # via ansible-compat, ansible-lint
4646
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
@@ -64,12 +64,12 @@ mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6464
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
6565
mkdocstrings==0.29.1 # via mkdocs-ansible, mkdocstrings-python
6666
mkdocstrings-python==1.16.11 # via mkdocs-ansible
67-
mypy==1.15.0 # via ansible-creator (pyproject.toml)
67+
mypy==1.16.0 # via ansible-creator (pyproject.toml)
6868
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
72-
pathspec==0.12.1 # via ansible-lint, black, mkdocs, mkdocs-macros-plugin, yamllint
72+
pathspec==0.12.1 # via ansible-lint, black, mkdocs, mkdocs-macros-plugin, mypy, yamllint
7373
pillow==11.2.1 # via cairosvg, mkdocs-ansible
7474
platformdirs==4.3.8 # via black, mkdocs-get-deps, pylint, tox, virtualenv
7575
pluggy==1.6.0 # via pytest, tox
@@ -84,16 +84,16 @@ pytest==8.3.5 # via pytest-instafail, pytest-plus, pytest-sugar, pyt
8484
pytest-instafail==0.5.0 # via ansible-creator (pyproject.toml)
8585
pytest-plus==0.8.1 # via ansible-creator (pyproject.toml)
8686
pytest-sugar==1.0.0 # via ansible-creator (pyproject.toml)
87-
pytest-xdist==3.6.1 # via ansible-creator (pyproject.toml)
87+
pytest-xdist==3.7.0 # via ansible-creator (pyproject.toml)
8888
python-dateutil==2.9.0.post0 # via ghp-import, mkdocs-macros-plugin
8989
python-slugify==8.0.4 # via mkdocs-monorepo-plugin
9090
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)
9191
pyyaml-env-tag==1.1 # via mkdocs
9292
referencing==0.36.2 # via ansible-lint, jsonschema, jsonschema-specifications
9393
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9494
rpds-py==0.25.1 # via jsonschema, referencing
95-
ruamel-yaml==0.18.11 # via ansible-lint
96-
ruff==0.11.11 # via ansible-creator (pyproject.toml)
95+
ruamel-yaml==0.18.12 # via ansible-lint
96+
ruff==0.11.12 # via ansible-creator (pyproject.toml)
9797
six==1.17.0 # via python-dateutil
9898
soupsieve==2.7 # via beautifulsoup4
9999
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint
@@ -111,7 +111,7 @@ watchdog==6.0.0 # via mkdocs
111111
wcmatch==10.0 # via ansible-lint
112112
webencodings==0.5.1 # via cssselect2, tinycss2
113113
yamllint==1.37.1 # via ansible-lint
114-
zipp==3.21.0 # via importlib-metadata
114+
zipp==3.22.0 # via importlib-metadata
115115

116116
# The following packages were excluded from the output:
117117
# ansible-core

0 commit comments

Comments
 (0)