Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 9 updates (#415)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 1705f42 commit b8b3465
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was autogenerated by uv via the following command:
# tox run deps
ansible-compat==24.10.0 # via molecule, pytest-ansible (pyproject.toml)
astroid==3.3.7 # via pylint
astroid==3.3.8 # via pylint
attrs==24.3.0 # via jsonschema, referencing
babel==2.16.0 # via mkdocs-material
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
Expand All @@ -14,11 +14,11 @@ certifi==2024.12.14 # via requests
cffi==1.17.1 # via cairocffi, cryptography
cfgv==3.4.0 # via pre-commit
chardet==5.2.0 # via tox
charset-normalizer==3.4.0 # via requests
charset-normalizer==3.4.1 # via requests
click==8.1.8 # via black, click-help-colors, mkdocs, mkdocstrings, molecule, pydoclint
click-help-colors==0.9.4 # via molecule
colorama==0.4.6 # via griffe, mkdocs-material, tox
coverage==7.6.9 # via pytest-ansible (pyproject.toml)
coverage==7.6.10 # via pytest-ansible (pyproject.toml)
cryptography==44.0.0 # via ansible-core
csscompressor==0.9.5 # via mkdocs-minify-plugin
cssselect2==0.7.0 # via cairosvg
Expand All @@ -32,7 +32,7 @@ exceptiongroup==1.2.2 # via pytest
execnet==2.1.1 # via pytest-xdist
filelock==3.16.1 # via tox, virtualenv
ghp-import==2.1.0 # via mkdocs
griffe==1.5.1 # via mkdocstrings-python
griffe==1.5.4 # via mkdocstrings-python
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
htmlmin2==0.1.13 # via mkdocs-minify-plugin
identify==2.6.3 # via pre-commit
Expand Down Expand Up @@ -64,7 +64,7 @@ mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
mkdocstrings==0.27.0 # via mkdocs-ansible, mkdocstrings-python
mkdocstrings-python==1.12.2 # via mkdocs-ansible
mkdocstrings-python==1.13.0 # via mkdocs-ansible
molecule==24.12.0 # via pytest-ansible (pyproject.toml)
mypy==1.14.0 # via pytest-ansible (pyproject.toml)
mypy-extensions==1.0.0 # via black, mypy
Expand All @@ -78,10 +78,10 @@ platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, to
pluggy==1.5.0 # via molecule, pytest, tox
pre-commit==4.0.1 # via pytest-ansible (pyproject.toml)
pycparser==2.22 # via cffi
pydoclint==0.5.13 # via pytest-ansible (pyproject.toml)
pydoclint==0.5.14 # via pytest-ansible (pyproject.toml)
pygments==2.18.0 # via mkdocs-material, rich
pylint==3.3.2 # via pytest-ansible (pyproject.toml)
pymdown-extensions==10.12 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
pylint==3.3.3 # via pytest-ansible (pyproject.toml)
pymdown-extensions==10.13 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
pyproject-api==1.8.0 # via tox
pytest==8.3.4 # via pytest-xdist, pytest-ansible (pyproject.toml)
pytest-xdist==3.6.1 # via pytest-ansible (pyproject.toml)
Expand All @@ -107,7 +107,7 @@ tomli==2.2.1 # via black, coverage, mypy, pydoclint, pylint, pyproj
tomlkit==0.13.2 # via pylint, toml-sort
tox==4.23.2 # via pytest-ansible (pyproject.toml)
types-pyyaml==6.0.12.20241221 # via pytest-ansible (pyproject.toml)
urllib3==2.2.3 # via requests
urllib3==2.3.0 # via requests
virtualenv==20.28.0 # via pre-commit, tox
watchdog==6.0.0 # via mkdocs
wcmatch==10.0 # via molecule
Expand Down

0 comments on commit b8b3465

Please sign in to comment.