Skip to content

Commit cfe8e80

Browse files
Bump the dependencies group in /.config with 8 updates (#302)
Bumps the dependencies group in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.8` | `3.3.9` | | [attrs](https://github.com/sponsors/hynek) | `25.1.0` | `25.3.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.17.0` | `3.18.0` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.10.0` | `1.10.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.7` | `9.6.8` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.28.3` | `0.29.0` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.3` | `1.16.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.10` | `0.11.0` | Updates `astroid` from 3.3.8 to 3.3.9 - [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.8...v3.3.9) Updates `attrs` from 25.1.0 to 25.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `filelock` from 3.17.0 to 3.18.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.17.0...3.18.0) Updates `markdown-exec` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](pawamoy/markdown-exec@1.10.0...1.10.1) Updates `mkdocs-material` from 9.6.7 to 9.6.8 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.7...9.6.8) Updates `mkdocstrings` from 0.28.3 to 0.29.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.28.3...0.29.0) Updates `mkdocstrings-python` from 1.16.3 to 1.16.5 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.3...1.16.5) Updates `ruff` from 0.9.10 to 0.11.0 - [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.9.10...0.11.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: markdown-exec 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: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff 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 24d7585 commit cfe8e80

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,8 +5,8 @@
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.8
9-
attrs==25.1.0
8+
astroid==3.3.9
9+
attrs==25.3.0
1010
babel==2.17.0
1111
beautifulsoup4==4.13.3
1212
bindep==2.12.0
@@ -33,7 +33,7 @@ dnspython==2.7.0
3333
docstring-parser-fork==0.0.12
3434
exceptiongroup==1.2.2
3535
execnet==2.1.1
36-
filelock==3.17.0
36+
filelock==3.18.0
3737
ghp-import==2.1.0
3838
griffe==1.6.0
3939
hjson==3.1.0
@@ -48,7 +48,7 @@ jsonschema==4.23.0
4848
jsonschema-specifications==2024.10.1
4949
linkchecker==10.5.0
5050
markdown==3.7
51-
markdown-exec==1.10.0
51+
markdown-exec==1.10.1
5252
markdown-include==0.8.1
5353
markupsafe==3.0.2
5454
mccabe==0.7.0
@@ -60,12 +60,12 @@ mkdocs-gen-files==0.5.0
6060
mkdocs-get-deps==0.2.0
6161
mkdocs-htmlproofer-plugin==1.3.0
6262
mkdocs-macros-plugin==1.3.7
63-
mkdocs-material==9.6.7
63+
mkdocs-material==9.6.8
6464
mkdocs-material-extensions==1.3.1
6565
mkdocs-minify-plugin==0.8.0
6666
mkdocs-monorepo-plugin==1.1.0
67-
mkdocstrings==0.28.3
68-
mkdocstrings-python==1.16.3
67+
mkdocstrings==0.29.0
68+
mkdocstrings-python==1.16.5
6969
mypy==1.15.0
7070
mypy-extensions==1.0.0
7171
nodeenv==1.9.1
@@ -97,7 +97,7 @@ referencing==0.36.2
9797
regex==2024.11.6
9898
requests==2.32.3
9999
rpds-py==0.23.1
100-
ruff==0.9.10
100+
ruff==0.11.0
101101
six==1.17.0
102102
soupsieve==2.6
103103
subprocess-tee==0.4.2

0 commit comments

Comments
 (0)