Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.8.0` | `24.9.0` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.2.0` | `1.3.0` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.3.1` | `4.3.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.8.1` |


Updates `ansible-compat` from 24.8.0 to 24.9.0
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.8.0...v24.9.0)

Updates `griffe` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.2.0...1.3.0)

Updates `platformdirs` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.1...4.3.2)

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

Updates `rich` from 13.8.0 to 13.8.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.8.0...v13.8.1)

---
updated-dependencies:
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent f43a90c commit bcfb67c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras pyproject.toml
#
ansible-builder==3.1.0
ansible-compat==24.8.0
ansible-compat==24.9.0
ansible-core==2.16.5
ansible-lint==24.7.0
ansible-runner==2.4.0
Expand Down Expand Up @@ -40,7 +40,7 @@ filelock==3.16.0
flake8==7.1.1
flake8-docstrings==1.7.0
ghp-import==2.1.0
griffe==1.2.0
griffe==1.3.0
htmlmin2==0.1.13
identify==2.6.0
idna==3.8
Expand Down Expand Up @@ -83,7 +83,7 @@ pbr==6.1.0
pexpect==4.9.0
pillow==10.4.0
pipdeptree==2.23.3
platformdirs==4.3.1
platformdirs==4.3.2
pluggy==1.5.0
pre-commit==3.8.0
ptyprocess==0.7.0
Expand All @@ -93,7 +93,7 @@ pydocstyle==6.3.0
pyflakes==3.2.0
pygments==2.18.0
pymdown-extensions==10.9
pytest==8.3.2
pytest==8.3.3
pytest-env==1.1.4
pytest-mock==3.14.0
pytest-plus==0.7.0
Expand All @@ -109,7 +109,7 @@ regex==2024.7.24
requests==2.32.3
requirements-parser==0.11.0
resolvelib==1.0.1
rich==13.8.0
rich==13.8.1
rpds-py==0.20.0
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
Expand Down

0 comments on commit bcfb67c

Please sign in to comment.