Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.1.0` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.30` | `9.5.31` |
| [mypy](https://github.com/python/mypy) | `1.11.0` | `1.11.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.5.6` |


Updates `attrs` from 23.2.0 to 24.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

Updates `mkdocs-material` from 9.5.30 to 9.5.31
- [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.30...9.5.31)

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

Updates `pre-commit` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.1...v3.8.0)

Updates `ruff` from 0.5.5 to 0.5.6
- [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.5...0.5.6)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: black
  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-patch
  dependency-group: dependencies
- dependency-name: pre-commit
  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 Aug 4, 2024
1 parent 2a76405 commit fca140d
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 @@ -6,11 +6,11 @@
#
ansible-builder==3.1.0
astroid==3.2.4
attrs==23.2.0
attrs==24.1.0
babel==2.15.0
beautifulsoup4==4.12.3
bindep==2.11.0
black==24.4.2
black==24.8.0
build==1.2.1
cachetools==5.4.0
cairocffi==1.7.1
Expand Down Expand Up @@ -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.30
mkdocs-material==9.5.31
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.25.2
mkdocstrings-python==1.10.7
mypy==1.11.0
mypy==1.11.1
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
Expand All @@ -78,7 +78,7 @@ pip-tools==7.4.1
pipdeptree==2.23.1
platformdirs==4.2.2
pluggy==1.5.0
pre-commit==3.7.1
pre-commit==3.8.0
pycparser==2.22
pydoclint==0.5.6
pygments==2.18.0
Expand All @@ -96,7 +96,7 @@ referencing==0.35.1
regex==2024.7.24
requests==2.32.3
rpds-py==0.19.1
ruff==0.5.5
ruff==0.5.6
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.2
Expand Down

0 comments on commit fca140d

Please sign in to comment.