Skip to content

Commit 5f406ae

Browse files
Bump the dependencies group in /.config with 8 updates (#227)
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>
1 parent 5bbeb71 commit 5f406ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.config/constraints.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
66
#
77
ansible-builder==3.1.0
8-
astroid==3.2.3
8+
astroid==3.2.4
99
attrs==23.2.0
1010
babel==2.15.0
1111
beautifulsoup4==4.12.3
1212
bindep==2.11.0
1313
black==24.4.2
1414
build==1.2.1
15-
cachetools==5.3.3
15+
cachetools==5.4.0
1616
cairocffi==1.7.1
1717
cairosvg==2.7.1
1818
certifi==2024.7.4
@@ -35,7 +35,7 @@ exceptiongroup==1.2.2
3535
execnet==2.1.1
3636
filelock==3.15.4
3737
ghp-import==2.1.0
38-
griffe==0.47.0
38+
griffe==0.48.0
3939
htmlmin2==0.1.13
4040
identify==2.6.0
4141
idna==3.7
@@ -59,13 +59,13 @@ mkdocs-gen-files==0.5.0
5959
mkdocs-get-deps==0.2.0
6060
mkdocs-htmlproofer-plugin==1.2.1
6161
mkdocs-macros-plugin==1.0.5
62-
mkdocs-material==9.5.28
62+
mkdocs-material==9.5.29
6363
mkdocs-material-extensions==1.3.1
6464
mkdocs-minify-plugin==0.8.0
6565
mkdocs-monorepo-plugin==1.1.0
6666
mkdocstrings==0.25.1
6767
mkdocstrings-python==1.10.5
68-
mypy==1.10.1
68+
mypy==1.11.0
6969
mypy-extensions==1.0.0
7070
nodeenv==1.9.1
7171
packaging==24.1
@@ -80,13 +80,13 @@ platformdirs==4.2.2
8080
pluggy==1.5.0
8181
pre-commit==3.7.1
8282
pycparser==2.22
83-
pydoclint==0.5.3
83+
pydoclint==0.5.6
8484
pygments==2.18.0
8585
pylint==3.2.5
8686
pymdown-extensions==10.8.1
8787
pyproject-api==1.7.1
8888
pyproject-hooks==1.1.0
89-
pytest==8.2.2
89+
pytest==8.3.1
9090
pytest-xdist==3.6.1
9191
python-dateutil==2.9.0.post0
9292
python-slugify==8.0.4
@@ -96,7 +96,7 @@ referencing==0.35.1
9696
regex==2024.5.15
9797
requests==2.32.3
9898
rpds-py==0.19.0
99-
ruff==0.5.1
99+
ruff==0.5.4
100100
six==1.16.0
101101
soupsieve==2.5
102102
subprocess-tee==0.4.2

0 commit comments

Comments
 (0)