Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 7 updates (#353)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.config with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.16` | `0.6.0` |
| [docstring-parser-fork](https://github.com/jsh9/docstring_parser_fork) | `0.0.10` | `0.0.12` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.5.4` | `1.5.5` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.2.0` | `1.3.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.5.50` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.1` | `0.9.2` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.1` |


Updates `pydoclint` from 0.5.16 to 0.6.0
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.5.16...0.6.0)

Updates `docstring-parser-fork` from 0.0.10 to 0.0.12
- [Release notes](https://github.com/jsh9/docstring_parser_fork/releases)
- [Changelog](https://github.com/jsh9/docstring_parser_fork/blob/main/CHANGELOG.md)
- [Commits](jsh9/docstring_parser_fork@0.0.10...0.0.12)

Updates `griffe` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.5.4...1.5.5)

Updates `mkdocs-autorefs` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.2.0...1.3.0)

Updates `mkdocs-material` from 9.5.49 to 9.5.50
- [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.49...9.5.50)

Updates `ruff` from 0.9.1 to 0.9.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.9.1...0.9.2)

Updates `virtualenv` from 20.28.1 to 20.29.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.28.1...20.29.1)

---
updated-dependencies:
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: docstring-parser-fork
  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: mkdocs-autorefs
  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: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: virtualenv
  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 Jan 19, 2025
1 parent 7ca0789 commit 485451b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ defusedxml==0.7.1
dill==0.3.9
distlib==0.3.9
dnspython==2.7.0
docstring-parser-fork==0.0.10
docstring-parser-fork==0.0.12
exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.16.1
flake8==7.1.1
ghp-import==2.1.0
griffe==1.5.4
griffe==1.5.5
htmlmin2==0.1.13
identify==2.6.5
idna==3.10
Expand All @@ -49,12 +49,12 @@ mccabe==0.7.0
mergedeep==1.3.4
mkdocs==1.6.1
mkdocs-ansible==24.12.0
mkdocs-autorefs==1.2.0
mkdocs-autorefs==1.3.0
mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.3.0
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.5.49
mkdocs-material==9.5.50
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
Expand All @@ -74,7 +74,7 @@ pluggy==1.5.0
pre-commit==4.0.1
pycodestyle==2.12.1
pycparser==2.22
pydoclint==0.5.16
pydoclint==0.6.0
pyflakes==3.2.0
pygments==2.19.1
pylint==3.3.3
Expand All @@ -89,7 +89,7 @@ pyyaml==6.0.2
pyyaml-env-tag==0.1
regex==2024.11.6
requests==2.32.3
ruff==0.9.1
ruff==0.9.2
six==1.17.0
soupsieve==2.6
termcolor==2.5.0
Expand All @@ -102,7 +102,7 @@ tox==4.23.2
types-pyyaml==6.0.12.20241230
typing-extensions==4.12.2
urllib3==2.3.0
virtualenv==20.28.1
virtualenv==20.29.1
watchdog==6.0.0
webencodings==0.5.1
wheel==0.45.1
Expand Down

0 comments on commit 485451b

Please sign in to comment.