Skip to content

Commit bafa0dc

Browse files
Bump the dependencies group in /.config with 9 updates (#347)
Bumps the dependencies group in /.config with 9 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.13` | `0.5.14` | | [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` | | [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 `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 `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 `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: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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: 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 679ee0d commit bafa0dc

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
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
66
#
7-
astroid==3.3.7
7+
astroid==3.3.8
88
babel==2.16.0
99
beautifulsoup4==4.12.3
1010
black==24.10.0
@@ -16,10 +16,10 @@ certifi==2024.12.14
1616
cffi==1.17.1
1717
cfgv==3.4.0
1818
chardet==5.2.0
19-
charset-normalizer==3.4.0
19+
charset-normalizer==3.4.1
2020
click==8.1.8
2121
colorama==0.4.6
22-
coverage==7.6.9
22+
coverage==7.6.10
2323
csscompressor==0.9.5
2424
cssselect2==0.7.0
2525
defusedxml==0.7.1
@@ -32,7 +32,7 @@ execnet==2.1.1
3232
filelock==3.16.1
3333
flake8==7.1.1
3434
ghp-import==2.1.0
35-
griffe==1.5.1
35+
griffe==1.5.4
3636
htmlmin2==0.1.13
3737
identify==2.6.3
3838
idna==3.10
@@ -59,7 +59,7 @@ mkdocs-material-extensions==1.3.1
5959
mkdocs-minify-plugin==0.8.0
6060
mkdocs-monorepo-plugin==1.1.0
6161
mkdocstrings==0.27.0
62-
mkdocstrings-python==1.12.2
62+
mkdocstrings-python==1.13.0
6363
mypy==1.14.0
6464
mypy-extensions==1.0.0
6565
nodeenv==1.9.1
@@ -74,11 +74,11 @@ pluggy==1.5.0
7474
pre-commit==4.0.1
7575
pycodestyle==2.12.1
7676
pycparser==2.22
77-
pydoclint==0.5.13
77+
pydoclint==0.5.14
7878
pyflakes==3.2.0
7979
pygments==2.18.0
80-
pylint==3.3.2
81-
pymdown-extensions==10.12
80+
pylint==3.3.3
81+
pymdown-extensions==10.13
8282
pyproject-api==1.8.0
8383
pyproject-hooks==1.2.0
8484
pytest==8.3.4
@@ -101,7 +101,7 @@ tomlkit==0.13.2
101101
tox==4.23.2
102102
types-pyyaml==6.0.12.20241221
103103
typing-extensions==4.12.2
104-
urllib3==2.2.3
104+
urllib3==2.3.0
105105
virtualenv==20.28.0
106106
watchdog==6.0.0
107107
webencodings==0.5.1

0 commit comments

Comments
 (0)