Skip to content

Commit 7c5b82f

Browse files
Bump the dependencies group in /.config with 8 updates
Bumps the dependencies group in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [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` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.16` | `0.6.0` | | [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.1` | | [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 `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 `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 `referencing` from 0.35.1 to 0.36.1 - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](python-jsonschema/referencing@v0.35.1...v0.36.1) 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: 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: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: referencing dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
1 parent c24277f commit 7c5b82f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.config/constraints.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ dill==0.3.9
3030
distlib==0.3.9
3131
distro==1.9.0
3232
dnspython==2.7.0
33-
docstring-parser-fork==0.0.10
33+
docstring-parser-fork==0.0.12
3434
exceptiongroup==1.2.2
3535
execnet==2.1.1
3636
filelock==3.16.1
3737
ghp-import==2.1.0
38-
griffe==1.5.4
38+
griffe==1.5.5
3939
hjson==3.1.0
4040
htmlmin2==0.1.13
4141
identify==2.6.5
@@ -55,12 +55,12 @@ mccabe==0.7.0
5555
mergedeep==1.3.4
5656
mkdocs==1.6.1
5757
mkdocs-ansible==24.12.0
58-
mkdocs-autorefs==1.2.0
58+
mkdocs-autorefs==1.3.0
5959
mkdocs-gen-files==0.5.0
6060
mkdocs-get-deps==0.2.0
6161
mkdocs-htmlproofer-plugin==1.3.0
6262
mkdocs-macros-plugin==1.3.7
63-
mkdocs-material==9.5.49
63+
mkdocs-material==9.5.50
6464
mkdocs-material-extensions==1.3.1
6565
mkdocs-minify-plugin==0.8.0
6666
mkdocs-monorepo-plugin==1.1.0
@@ -80,7 +80,7 @@ platformdirs==4.3.6
8080
pluggy==1.5.0
8181
pre-commit==4.0.1
8282
pycparser==2.22
83-
pydoclint==0.5.16
83+
pydoclint==0.6.0
8484
pygments==2.19.1
8585
pylint==3.3.3
8686
pymdown-extensions==10.14
@@ -93,11 +93,11 @@ python-dateutil==2.9.0.post0
9393
python-slugify==8.0.4
9494
pyyaml==6.0.2
9595
pyyaml-env-tag==0.1
96-
referencing==0.35.1
96+
referencing==0.36.1
9797
regex==2024.11.6
9898
requests==2.32.3
9999
rpds-py==0.22.3
100-
ruff==0.9.1
100+
ruff==0.9.2
101101
six==1.17.0
102102
soupsieve==2.6
103103
subprocess-tee==0.4.2
@@ -112,7 +112,7 @@ tox==4.23.2
112112
types-pyyaml==6.0.12.20241230
113113
typing-extensions==4.12.2
114114
urllib3==2.3.0
115-
virtualenv==20.28.1
115+
virtualenv==20.29.1
116116
watchdog==6.0.0
117117
webencodings==0.5.1
118118
wheel==0.45.1

0 commit comments

Comments
 (0)