Skip to content

Commit d2ead5c

Browse files
Bump the dependencies group in /.config with 10 updates (#1936)
Bumps the dependencies group in /.config with 10 updates: | Package | From | To | | --- | --- | --- | | [ansible-runner](https://github.com/ansible/ansible-runner) | `2.4.0` | `2.4.1` | | [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.6.2` | `1.7.1` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.10.2` | `1.10.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.9` | `9.6.10` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.7` | `1.16.8` | | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.12.1` | `2.13.0` | | [pyflakes](https://github.com/PyCQA/pyflakes) | `3.2.0` | `3.3.0` | | [rpds-py](https://github.com/crate-py/rpds) | `0.23.1` | `0.24.0` | | [tzdata](https://github.com/python/tzdata) | `2025.1` | `2025.2` | Updates `ansible-runner` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/ansible/ansible-runner/releases) - [Commits](ansible/ansible-runner@2.4.0...2.4.1) Updates `flake8` from 7.1.2 to 7.2.0 - [Commits](PyCQA/flake8@7.1.2...7.2.0) Updates `griffe` from 1.6.2 to 1.7.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.6.2...1.7.1) Updates `markdown-exec` from 1.10.2 to 1.10.3 - [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.2...1.10.3) Updates `mkdocs-material` from 9.6.9 to 9.6.10 - [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.9...9.6.10) Updates `mkdocstrings-python` from 1.16.7 to 1.16.8 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.7...1.16.8) Updates `pycodestyle` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.12.1...2.13.0) Updates `pyflakes` from 3.2.0 to 3.3.0 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](PyCQA/pyflakes@3.2.0...3.3.0) Updates `rpds-py` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.23.1...v0.24.0) Updates `tzdata` from 2025.1 to 2025.2 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](python/tzdata@2025.1...2025.2) --- updated-dependencies: - dependency-name: ansible-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: flake8 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: 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-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyflakes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rpds-py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b018940 commit d2ead5c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.config/constraints.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ansible-compat==25.1.4
1010
ansible-core==2.17.6 ; python_version < '3.11'
1111
ansible-core==2.18.0 ; python_version > '3.10'
1212
ansible-lint==25.1.3
13-
ansible-runner==2.4.0
13+
ansible-runner==2.4.1
1414
attrs==25.3.0
1515
babel==2.17.0
1616
backrefs==5.8
@@ -39,10 +39,10 @@ dnspython==2.7.0
3939
exceptiongroup==1.2.2
4040
execnet==2.1.1
4141
filelock==3.18.0
42-
flake8==7.1.2
42+
flake8==7.2.0
4343
flake8-docstrings==1.7.0
4444
ghp-import==2.1.0
45-
griffe==1.6.2
45+
griffe==1.7.1
4646
hjson==3.1.0
4747
htmlmin2==0.1.13
4848
identify==2.6.9
@@ -57,7 +57,7 @@ libtmux==0.46.1
5757
linkchecker==10.5.0
5858
lockfile==0.12.2
5959
markdown==3.7
60-
markdown-exec==1.10.2
60+
markdown-exec==1.10.3
6161
markdown-include==0.8.1
6262
markupsafe==3.0.2
6363
mccabe==0.7.0
@@ -69,12 +69,12 @@ mkdocs-gen-files==0.5.0
6969
mkdocs-get-deps==0.2.0
7070
mkdocs-htmlproofer-plugin==1.3.0
7171
mkdocs-macros-plugin==1.3.7
72-
mkdocs-material==9.6.9
72+
mkdocs-material==9.6.10
7373
mkdocs-material-extensions==1.3.1
7474
mkdocs-minify-plugin==0.8.0
7575
mkdocs-monorepo-plugin==1.1.0
7676
mkdocstrings==0.29.0
77-
mkdocstrings-python==1.16.7
77+
mkdocstrings-python==1.16.8
7878
mypy-extensions==1.0.0
7979
nodeenv==1.9.1
8080
onigurumacffi==1.4.1
@@ -89,10 +89,10 @@ platformdirs==4.3.7
8989
pluggy==1.5.0
9090
pre-commit==4.2.0
9191
ptyprocess==0.7.0
92-
pycodestyle==2.12.1
92+
pycodestyle==2.13.0
9393
pycparser==2.22
9494
pydocstyle==6.3.0
95-
pyflakes==3.2.0
95+
pyflakes==3.3.0
9696
pygments==2.19.1
9797
pymdown-extensions==10.14.3
9898
pytest==8.3.5
@@ -109,7 +109,7 @@ pyyaml-env-tag==0.1
109109
referencing==0.36.2
110110
requests==2.32.3
111111
resolvelib==1.0.1
112-
rpds-py==0.23.1
112+
rpds-py==0.24.0
113113
ruamel-yaml==0.18.10
114114
ruamel-yaml-clib==0.2.12
115115
six==1.17.0
@@ -122,7 +122,7 @@ text-unidecode==1.3
122122
tinycss2==1.4.0
123123
tomli==2.2.1
124124
typing-extensions==4.12.2
125-
tzdata==2025.1
125+
tzdata==2025.2
126126
urllib3==2.3.0
127127
virtualenv==20.29.3
128128
watchdog==6.0.0

0 commit comments

Comments
 (0)