Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [astroid](https://github.com/pylint-dev/astroid) | `3.2.3` | `3.2.4` |
| [cachetools](https://github.com/tkem/cachetools) | `5.3.3` | `5.4.0` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.47.0` | `0.48.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.28` | `9.5.29` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.3` | `0.5.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.4` |


Updates `astroid` from 3.2.3 to 3.2.4
- [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.3...v3.2.4)

Updates `cachetools` from 5.3.3 to 5.4.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.3.3...v5.4.0)

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

Updates `mkdocs-material` from 9.5.28 to 9.5.29
- [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.28...9.5.29)

Updates `mypy` from 1.10.1 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11)

Updates `pydoclint` from 0.5.3 to 0.5.6
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.5.3...0.5.6)

Updates `pytest` from 8.2.2 to 8.3.1
- [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.2.2...8.3.1)

Updates `ruff` from 0.5.1 to 0.5.4
- [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.5.1...0.5.4)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cachetools
  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: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydoclint
  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-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 5bbeb71 commit 5f406ae
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,14 +5,14 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
ansible-builder==3.1.0
astroid==3.2.3
astroid==3.2.4
attrs==23.2.0
babel==2.15.0
beautifulsoup4==4.12.3
bindep==2.11.0
black==24.4.2
build==1.2.1
cachetools==5.3.3
cachetools==5.4.0
cairocffi==1.7.1
cairosvg==2.7.1
certifi==2024.7.4
Expand All @@ -35,7 +35,7 @@ exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.15.4
ghp-import==2.1.0
griffe==0.47.0
griffe==0.48.0
htmlmin2==0.1.13
identify==2.6.0
idna==3.7
Expand All @@ -59,13 +59,13 @@ mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.2.1
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.28
mkdocs-material==9.5.29
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.25.1
mkdocstrings-python==1.10.5
mypy==1.10.1
mypy==1.11.0
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
Expand All @@ -80,13 +80,13 @@ platformdirs==4.2.2
pluggy==1.5.0
pre-commit==3.7.1
pycparser==2.22
pydoclint==0.5.3
pydoclint==0.5.6
pygments==2.18.0
pylint==3.2.5
pymdown-extensions==10.8.1
pyproject-api==1.7.1
pyproject-hooks==1.1.0
pytest==8.2.2
pytest==8.3.1
pytest-xdist==3.6.1
python-dateutil==2.9.0.post0
python-slugify==8.0.4
Expand All @@ -96,7 +96,7 @@ referencing==0.35.1
regex==2024.5.15
requests==2.32.3
rpds-py==0.19.0
ruff==0.5.1
ruff==0.5.4
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.2
Expand Down

0 comments on commit 5f406ae

Please sign in to comment.