Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.7.0` | `24.9.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.8.0` | `24.9.0` |
| [ansible-core](https://github.com/ansible/ansible) | `2.17.3` | `2.17.4` |
| [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.2` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.2.0` | `1.3.0` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.3.1` | `4.3.2` |
| [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.8.1` |


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

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 `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 `ansible-core` from 2.17.3 to 2.17.4
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](ansible/ansible@v2.17.3...v2.17.4)

Updates `astroid` from 3.2.4 to 3.3.2
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.2.4...v3.3.2)

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 `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-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansible-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astroid
  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: 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] committed Sep 11, 2024
1 parent 6f71543 commit 1fe9802
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
ansi2html==1.9.2
ansible-compat==24.8.0
ansible-core==2.17.3
ansible-lint==24.7.0
astroid==3.2.4
ansible-compat==24.9.0
ansible-core==2.17.4
ansible-lint==24.9.0
astroid==3.3.2
attrs==24.2.0
babel==2.16.0
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -41,7 +41,7 @@ exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.16.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 @@ -84,7 +84,7 @@ pexpect==4.9.0
pillow==10.4.0
pip-tools==7.4.1
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 @@ -95,7 +95,7 @@ pylint==3.2.7
pymdown-extensions==10.9
pyproject-api==1.7.1
pyproject-hooks==1.1.0
pytest==8.3.2
pytest==8.3.3
pytest-mock==3.14.0
pytest-plus==0.7.0
pytest-testinfra==10.1.1
Expand All @@ -109,7 +109,7 @@ regex==2024.7.24
regress==2024.8.1
requests==2.32.3
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 1fe9802

Please sign in to comment.