Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.config with 3 updates: [ansible-compat](https://github.com/ansible/ansible-compat), [tomli](https://github.com/hukkin/tomli) and [zipp](https://github.com/jaraco/zipp).


Updates `ansible-compat` from 24.9.1 to 24.10.0
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.9.1...v24.10.0)

Updates `tomli` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.2...2.1.0)

Updates `zipp` from 3.20.2 to 3.21.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.2...v3.21.0)

---
updated-dependencies:
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 70a519d commit bce2c2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# tox run deps
ansible-compat==24.9.1 # via ansible-lint (pyproject.toml)
ansible-compat==24.10.0 # via ansible-lint (pyproject.toml)
astroid==3.3.5 # via pylint
attrs==24.2.0 # via jsonschema, referencing
babel==2.16.0 # via mkdocs-material
Expand Down Expand Up @@ -103,7 +103,7 @@ super-collections==0.5.3 # via mkdocs-macros-plugin
termcolor==2.5.0 # via mkdocs-macros-plugin
text-unidecode==1.3 # via python-slugify
tinycss2==1.4.0 # via cairosvg, cssselect2
tomli==2.0.2 # via black, coverage, mypy, pylint, pyproject-api, pytest, tox
tomli==2.1.0 # via black, coverage, mypy, pylint, pyproject-api, pytest, tox
tomlkit==0.13.2 # via pylint
tox==4.23.2 # via ansible-lint (pyproject.toml)
types-jsonschema==4.23.0.20240813 # via ansible-lint (pyproject.toml)
Expand All @@ -114,7 +114,7 @@ watchdog==6.0.0 # via mkdocs
wcmatch==10.0 # via ansible-lint (pyproject.toml)
webencodings==0.5.1 # via cssselect2, tinycss2
yamllint==1.35.1 # via ansible-lint (pyproject.toml)
zipp==3.20.2 # via importlib-metadata
zipp==3.21.0 # via importlib-metadata

# The following packages were excluded from the output:
# ansible-core
Expand Down
6 changes: 3 additions & 3 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# tox run deps
ansible-compat==24.9.1 # via ansible-lint (pyproject.toml)
ansible-compat==24.10.0 # via ansible-lint (pyproject.toml)
attrs==24.2.0 # via jsonschema, referencing
black==24.10.0 # via ansible-lint (pyproject.toml)
bracex==2.5.post1 # via wcmatch
Expand Down Expand Up @@ -28,10 +28,10 @@ rpds-py==0.21.0 # via jsonschema, referencing
ruamel-yaml==0.18.6 # via ansible-lint (pyproject.toml)
ruamel-yaml-clib==0.2.12 # via ruamel-yaml
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint (pyproject.toml)
tomli==2.0.2 # via black
tomli==2.1.0 # via black
wcmatch==10.0 # via ansible-lint (pyproject.toml)
yamllint==1.35.1 # via ansible-lint (pyproject.toml)
zipp==3.20.2 # via importlib-metadata
zipp==3.21.0 # via importlib-metadata

# The following packages were excluded from the output:
# ansible-core
Expand Down

0 comments on commit bce2c2d

Please sign in to comment.