Skip to content

Commit 62cdcd8

Browse files
Bump the dependencies group in /.config with 11 updates (#255)
Bumps the dependencies group in /.config with 11 updates: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.4` | `3.3.5` | | [dnspython](https://github.com/rthalley/dnspython) | `2.6.1` | `2.7.0` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.3.1` | `1.3.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.38` | `9.5.39` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.8` | `0.5.9` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.11` | `10.11.2` | | [pyproject-hooks](https://github.com/pypa/pyproject-hooks) | `1.1.0` | `1.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.8` | `0.6.9` | | [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.0.2` | | [tox](https://github.com/tox-dev/tox) | `4.20.0` | `4.21.2` | Updates `astroid` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v3.3.4...v3.3.5) Updates `dnspython` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.6.1...v2.7.0) Updates `griffe` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.3.1...1.3.2) Updates `mkdocs-material` from 9.5.38 to 9.5.39 - [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.38...9.5.39) Updates `pre-commit` from 3.8.0 to 4.0.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.8.0...v4.0.0) Updates `pydoclint` from 0.5.8 to 0.5.9 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.8...0.5.9) Updates `pymdown-extensions` from 10.11 to 10.11.2 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.11...10.11.2) Updates `pyproject-hooks` from 1.1.0 to 1.2.0 - [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst) - [Commits](pypa/pyproject-hooks@v1.1.0...v1.2.0) Updates `ruff` from 0.6.8 to 0.6.9 - [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.6.8...0.6.9) Updates `tomli` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.1...2.0.2) Updates `tox` from 4.20.0 to 4.21.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.20.0...4.21.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: dnspython 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-patch dependency-group: dependencies - dependency-name: mkdocs-material 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-major dependency-group: dependencies - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyproject-hooks 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 - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor 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 d9836d8 commit 62cdcd8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.config/constraints.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.3.4
8+
astroid==3.3.5
99
attrs==24.2.0
1010
babel==2.16.0
1111
beautifulsoup4==4.12.3
@@ -29,13 +29,13 @@ defusedxml==0.7.1
2929
dill==0.3.9
3030
distlib==0.3.8
3131
distro==1.9.0
32-
dnspython==2.6.1
32+
dnspython==2.7.0
3333
docstring-parser-fork==0.0.9
3434
exceptiongroup==1.2.2
3535
execnet==2.1.1
3636
filelock==3.16.1
3737
ghp-import==2.1.0
38-
griffe==1.3.1
38+
griffe==1.3.2
3939
htmlmin2==0.1.13
4040
identify==2.6.1
4141
idna==3.10
@@ -59,7 +59,7 @@ mkdocs-gen-files==0.5.0
5959
mkdocs-get-deps==0.2.0
6060
mkdocs-htmlproofer-plugin==1.3.0
6161
mkdocs-macros-plugin==1.2.0
62-
mkdocs-material==9.5.38
62+
mkdocs-material==9.5.39
6363
mkdocs-material-extensions==1.3.1
6464
mkdocs-minify-plugin==0.8.0
6565
mkdocs-monorepo-plugin==1.1.0
@@ -78,14 +78,14 @@ pip-tools==7.4.1
7878
pipdeptree==2.23.4
7979
platformdirs==4.3.6
8080
pluggy==1.5.0
81-
pre-commit==3.8.0
81+
pre-commit==4.0.0
8282
pycparser==2.22
83-
pydoclint==0.5.8
83+
pydoclint==0.5.9
8484
pygments==2.18.0
8585
pylint==3.3.1
86-
pymdown-extensions==10.11
86+
pymdown-extensions==10.11.2
8787
pyproject-api==1.8.0
88-
pyproject-hooks==1.1.0
88+
pyproject-hooks==1.2.0
8989
pytest==8.3.3
9090
pytest-xdist==3.6.1
9191
python-dateutil==2.9.0.post0
@@ -96,17 +96,17 @@ referencing==0.35.1
9696
regex==2024.9.11
9797
requests==2.32.3
9898
rpds-py==0.20.0
99-
ruff==0.6.8
99+
ruff==0.6.9
100100
six==1.16.0
101101
soupsieve==2.6
102102
subprocess-tee==0.4.2
103103
termcolor==2.4.0
104104
text-unidecode==1.3
105105
tinycss2==1.3.0
106106
toml-sort==0.23.1
107-
tomli==2.0.1
107+
tomli==2.0.2
108108
tomlkit==0.13.2
109-
tox==4.20.0
109+
tox==4.21.2
110110
types-pyyaml==6.0.12.20240917
111111
typing-extensions==4.12.2
112112
urllib3==2.2.3

0 commit comments

Comments
 (0)