Skip to content

Commit 8fa5859

Browse files
Bump the dependencies group in /.config with 9 updates (#282)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efaed95 commit 8fa5859

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
@@ -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.7
8+
astroid==3.3.8
99
attrs==24.3.0
1010
babel==2.16.0
1111
beautifulsoup4==4.12.3
@@ -19,10 +19,10 @@ certifi==2024.12.14
1919
cffi==1.17.1
2020
cfgv==3.4.0
2121
chardet==5.2.0
22-
charset-normalizer==3.4.0
22+
charset-normalizer==3.4.1
2323
click==8.1.8
2424
colorama==0.4.6
25-
coverage==7.6.9
25+
coverage==7.6.10
2626
csscompressor==0.9.5
2727
cssselect2==0.7.0
2828
defusedxml==0.7.1
@@ -35,7 +35,7 @@ exceptiongroup==1.2.2
3535
execnet==2.1.1
3636
filelock==3.16.1
3737
ghp-import==2.1.0
38-
griffe==1.5.1
38+
griffe==1.5.4
3939
hjson==3.1.0
4040
htmlmin2==0.1.13
4141
identify==2.6.3
@@ -65,7 +65,7 @@ mkdocs-material-extensions==1.3.1
6565
mkdocs-minify-plugin==0.8.0
6666
mkdocs-monorepo-plugin==1.1.0
6767
mkdocstrings==0.27.0
68-
mkdocstrings-python==1.12.2
68+
mkdocstrings-python==1.13.0
6969
mypy==1.14.0
7070
mypy-extensions==1.0.0
7171
nodeenv==1.9.1
@@ -80,10 +80,10 @@ platformdirs==4.3.6
8080
pluggy==1.5.0
8181
pre-commit==4.0.1
8282
pycparser==2.22
83-
pydoclint==0.5.13
83+
pydoclint==0.5.14
8484
pygments==2.18.0
85-
pylint==3.3.2
86-
pymdown-extensions==10.12
85+
pylint==3.3.3
86+
pymdown-extensions==10.13
8787
pyproject-api==1.8.0
8888
pyproject-hooks==1.2.0
8989
pytest==8.3.4
@@ -111,7 +111,7 @@ tomlkit==0.13.2
111111
tox==4.23.2
112112
types-pyyaml==6.0.12.20241221
113113
typing-extensions==4.12.2
114-
urllib3==2.2.3
114+
urllib3==2.3.0
115115
virtualenv==20.28.0
116116
watchdog==6.0.0
117117
webencodings==0.5.1

0 commit comments

Comments
 (0)