Skip to content

Commit e330ea1

Browse files
Bump the dependencies group in /.config with 9 updates (#405)
* Bump the dependencies group in /.config with 9 updates Bumps the dependencies group in /.config with 9 updates: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.7` | `3.3.8` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.1` | `1.5.4` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.12.2` | `1.13.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.13` | `0.5.14` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.12` | `10.13` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | Updates `astroid` from 3.3.7 to 3.3.8 - [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.7...v3.3.8) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.0...3.4.1) Updates `coverage` from 7.6.9 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.9...7.6.10) Updates `griffe` from 1.5.1 to 1.5.4 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.5.1...1.5.4) Updates `mkdocstrings-python` from 1.12.2 to 1.13.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.12.2...1.13.0) Updates `pydoclint` from 0.5.13 to 0.5.14 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.13...0.5.14) Updates `pylint` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.2...v3.3.3) Updates `pymdown-extensions` from 10.12 to 10.13 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.12...10.13) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.3.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: griffe 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-minor 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: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * correct linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Anand <abanand@redhat.com>
1 parent 412aea6 commit e330ea1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.config/constraints.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
33
ansible-compat==24.10.0 # via pytest-ansible
4-
astroid==3.3.7 # via pylint
4+
astroid==3.3.8 # via pylint
55
attrs==24.3.0 # via jsonschema, referencing
66
babel==2.16.0 # via mkdocs-material
77
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
@@ -13,10 +13,10 @@ certifi==2024.12.14 # via requests
1313
cffi==1.17.1 # via cairocffi, cryptography
1414
cfgv==3.4.0 # via pre-commit
1515
chardet==5.2.0 # via tox
16-
charset-normalizer==3.4.0 # via requests
16+
charset-normalizer==3.4.1 # via requests
1717
click==8.1.8 # via black, mkdocs, mkdocstrings, pydoclint
1818
colorama==0.4.6 # via griffe, mkdocs-material, tox
19-
coverage==7.6.9 # via tox-ansible (pyproject.toml)
19+
coverage==7.6.10 # via tox-ansible (pyproject.toml)
2020
cryptography==44.0.0 # via ansible-core
2121
csscompressor==0.9.5 # via mkdocs-minify-plugin
2222
cssselect2==0.7.0 # via cairosvg
@@ -29,7 +29,7 @@ exceptiongroup==1.2.2 # via pytest
2929
execnet==2.1.1 # via pytest-xdist
3030
filelock==3.16.1 # via tox, virtualenv
3131
ghp-import==2.1.0 # via mkdocs
32-
griffe==1.5.1 # via mkdocstrings-python
32+
griffe==1.5.4 # via mkdocstrings-python
3333
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3434
htmlmin2==0.1.13 # via mkdocs-minify-plugin
3535
identify==2.6.3 # via pre-commit
@@ -59,7 +59,7 @@ mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
5959
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6060
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
6161
mkdocstrings==0.27.0 # via mkdocs-ansible, mkdocstrings-python
62-
mkdocstrings-python==1.12.2 # via mkdocs-ansible
62+
mkdocstrings-python==1.13.0 # via mkdocs-ansible
6363
mypy==1.14.0 # via tox-ansible (pyproject.toml)
6464
mypy-extensions==1.0.0 # via black, mypy
6565
nodeenv==1.9.1 # via pre-commit
@@ -72,10 +72,10 @@ platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, to
7272
pluggy==1.5.0 # via pytest, tox
7373
pre-commit==4.0.1 # via tox-ansible (pyproject.toml)
7474
pycparser==2.22 # via cffi
75-
pydoclint==0.5.13 # via tox-ansible (pyproject.toml)
75+
pydoclint==0.5.14 # via tox-ansible (pyproject.toml)
7676
pygments==2.18.0 # via mkdocs-material
77-
pylint==3.3.2 # via tox-ansible (pyproject.toml)
78-
pymdown-extensions==10.12 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
77+
pylint==3.3.3 # via tox-ansible (pyproject.toml)
78+
pymdown-extensions==10.13 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
7979
pyproject-api==1.8.0 # via tox
8080
pytest==8.3.4 # via pytest-ansible, pytest-xdist, tox-ansible (pyproject.toml)
8181
pytest-ansible==24.12.0 # via tox-ansible (pyproject.toml)
@@ -101,7 +101,7 @@ tomli==2.2.1 # via black, coverage, mypy, pydoclint, pylint, pyproj
101101
tomlkit==0.13.2 # via pylint, toml-sort
102102
tox==4.23.2 # via tox-ansible (pyproject.toml)
103103
types-pyyaml==6.0.12.20241221 # via tox-ansible (pyproject.toml)
104-
urllib3==2.2.3 # via requests
104+
urllib3==2.3.0 # via requests
105105
virtualenv==20.28.0 # via pre-commit, tox
106106
watchdog==6.0.0 # via mkdocs
107107
webencodings==0.5.1 # via cssselect2, tinycss2

0 commit comments

Comments
 (0)