Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.9.1` | `24.10.0` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.9.2` | `24.10.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.8` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.44` | `9.5.45` |
| [resolvelib](https://github.com/sarugaku/resolvelib) | `1.0.1` | `1.1.0` |
| [types-setuptools](https://github.com/python/typeshed) | `75.3.0.20241112` | `75.5.0.20241122` |



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 `ansible-lint` from 24.9.2 to 24.10.0
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.9.2...v24.10.0)

Updates `coverage` from 7.6.4 to 7.6.8
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.8)

Updates `mkdocs-material` from 9.5.44 to 9.5.45
- [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.44...9.5.45)

Updates `resolvelib` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@1.0.1...1.1.0)

Updates `types-setuptools` from 75.3.0.20241112 to 75.5.0.20241122
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansible-lint
  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: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: resolvelib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-setuptools
  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 24, 2024
1 parent a5dee4d commit c8370c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras pyproject.toml
#
ansible-builder==3.1.0
ansible-compat==24.9.1
ansible-compat==24.10.0
ansible-core==2.16.5
ansible-lint==24.9.2
ansible-lint==24.10.0
ansible-runner==2.4.0
attrs==24.2.0
babel==2.16.0
Expand All @@ -23,7 +23,7 @@ cfgv==3.4.0
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
coverage==7.6.4
coverage==7.6.8
coverage-enable-subprocess==1.0
cryptography==43.0.3
csscompressor==0.9.5
Expand Down Expand Up @@ -66,7 +66,7 @@ mkdocs-autorefs==1.2.0
mkdocs-gen-files==0.5.0
mkdocs-htmlproofer-plugin==1.3.0
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.5.44
mkdocs-material==9.5.45
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
Expand Down Expand Up @@ -108,7 +108,7 @@ referencing==0.35.1
regex==2024.11.6
requests==2.32.3
requirements-parser==0.11.0
resolvelib==1.0.1
resolvelib==1.1.0
rich==13.9.4
rpds-py==0.21.0
ruamel-yaml==0.18.6
Expand All @@ -121,7 +121,7 @@ termcolor==2.5.0
text-unidecode==1.3
tinycss2==1.4.0
tomli==2.1.0
types-setuptools==75.3.0.20241112
types-setuptools==75.5.0.20241122
typing-extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
Expand Down

0 comments on commit c8370c8

Please sign in to comment.