Skip to content

Commit 6b1d158

Browse files
Bump the dependencies group in /.config with 10 updates (#271)
Bumps the dependencies group in /.config with 10 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.9.3` | `1.10.0` | | [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible) | `24.3.1` | `24.12.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.46` | `9.5.47` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.10` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [rpds-py](https://github.com/crate-py/rpds) | `0.21.0` | `0.22.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | Updates `coverage` from 7.6.8 to 7.6.9 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.8...7.6.9) Updates `markdown-exec` from 1.9.3 to 1.10.0 - [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.9.3...1.10.0) Updates `mkdocs-ansible` from 24.3.1 to 24.12.0 - [Release notes](https://github.com/ansible/mkdocs-ansible/releases) - [Commits](ansible/mkdocs-ansible@v24.3.1...v24.12.0) Updates `mkdocs-material` from 9.5.46 to 9.5.47 - [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.46...9.5.47) Updates `pydoclint` from 0.5.9 to 0.5.10 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.9...0.5.10) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `rpds-py` from 0.21.0 to 0.22.3 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.21.0...v0.22.3) Updates `ruff` from 0.8.1 to 0.8.2 - [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.8.1...0.8.2) Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](benjaminp/six@1.16.0...1.17.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-ansible 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: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pylint 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-patch dependency-group: dependencies - dependency-name: rpds-py 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: six 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 bedfdc6 commit 6b1d158

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
@@ -22,7 +22,7 @@ chardet==5.2.0
2222
charset-normalizer==3.4.0
2323
click==8.1.7
2424
colorama==0.4.6
25-
coverage==7.6.8
25+
coverage==7.6.9
2626
csscompressor==0.9.5
2727
cssselect2==0.7.0
2828
defusedxml==0.7.1
@@ -47,19 +47,19 @@ jsonschema==4.23.0
4747
jsonschema-specifications==2024.10.1
4848
linkchecker==10.5.0
4949
markdown==3.7
50-
markdown-exec==1.9.3
50+
markdown-exec==1.10.0
5151
markdown-include==0.8.1
5252
markupsafe==3.0.2
5353
mccabe==0.7.0
5454
mergedeep==1.3.4
5555
mkdocs==1.6.1
56-
mkdocs-ansible==24.3.1
56+
mkdocs-ansible==24.12.0
5757
mkdocs-autorefs==1.2.0
5858
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.3.7
62-
mkdocs-material==9.5.46
62+
mkdocs-material==9.5.47
6363
mkdocs-material-extensions==1.3.1
6464
mkdocs-minify-plugin==0.8.0
6565
mkdocs-monorepo-plugin==1.1.0
@@ -80,13 +80,13 @@ platformdirs==4.3.6
8080
pluggy==1.5.0
8181
pre-commit==4.0.1
8282
pycparser==2.22
83-
pydoclint==0.5.9
83+
pydoclint==0.5.10
8484
pygments==2.18.0
85-
pylint==3.3.1
85+
pylint==3.3.2
8686
pymdown-extensions==10.12
8787
pyproject-api==1.8.0
8888
pyproject-hooks==1.2.0
89-
pytest==8.3.3
89+
pytest==8.3.4
9090
pytest-xdist==3.6.1
9191
python-dateutil==2.9.0.post0
9292
python-slugify==8.0.4
@@ -95,9 +95,9 @@ pyyaml-env-tag==0.1
9595
referencing==0.35.1
9696
regex==2024.11.6
9797
requests==2.32.3
98-
rpds-py==0.21.0
99-
ruff==0.8.1
100-
six==1.16.0
98+
rpds-py==0.22.3
99+
ruff==0.8.2
100+
six==1.17.0
101101
soupsieve==2.6
102102
subprocess-tee==0.4.2
103103
termcolor==2.5.0

0 commit comments

Comments
 (0)