Skip to content

Commit 04a395c

Browse files
Bump the dependencies group in /.config with 6 updates
Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.1` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.4` | `1.5.5` | | [license-expression](https://github.com/aboutcode-org/license-expression) | `30.4.0` | `30.4.1` | | [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` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.1` | 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 `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 `license-expression` from 30.4.0 to 30.4.1 - [Release notes](https://github.com/aboutcode-org/license-expression/releases) - [Changelog](https://github.com/aboutcode-org/license-expression/blob/main/CHANGELOG.rst) - [Commits](aboutcode-org/license-expression@v30.4.0...v30.4.1) 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 `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: referencing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: license-expression 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: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6178262 commit 04a395c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.config/constraints.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exceptiongroup==1.2.2 # via pytest
3030
execnet==2.1.1 # via pytest-xdist
3131
filelock==3.16.1 # via tox, virtualenv, ansible-lint (pyproject.toml)
3232
ghp-import==2.1.0 # via mkdocs
33-
griffe==1.5.4 # via mkdocstrings-python
33+
griffe==1.5.5 # via mkdocstrings-python
3434
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3535
htmlmin2==0.1.13 # via mkdocs-minify-plugin
3636
idna==3.10 # via requests
@@ -42,7 +42,7 @@ jmespath==1.0.1 # via ansible-lint (pyproject.toml)
4242
jsmin==3.0.1 # via mkdocs-minify-plugin
4343
jsonschema==4.23.0 # via ansible-compat, ansible-lint (pyproject.toml)
4444
jsonschema-specifications==2024.10.1 # via jsonschema
45-
license-expression==30.4.0 # via ansible-lint (pyproject.toml)
45+
license-expression==30.4.1 # via ansible-lint (pyproject.toml)
4646
linkchecker==10.5.0 # via mkdocs-ansible
4747
markdown==3.7 # via markdown-include, mkdocs, mkdocs-autorefs, mkdocs-htmlproofer-plugin, mkdocs-material, mkdocstrings, pymdown-extensions
4848
markdown-exec==1.10.0 # via mkdocs-ansible
@@ -52,12 +52,12 @@ mccabe==0.7.0 # via pylint
5252
mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps
5353
mkdocs==1.6.1 # via mkdocs-ansible, mkdocs-autorefs, mkdocs-gen-files, mkdocs-htmlproofer-plugin, mkdocs-macros-plugin, mkdocs-material, mkdocs-minify-plugin, mkdocs-monorepo-plugin, mkdocstrings
5454
mkdocs-ansible==24.12.0 # via ansible-lint (pyproject.toml)
55-
mkdocs-autorefs==1.2.0 # via mkdocstrings, mkdocstrings-python
55+
mkdocs-autorefs==1.3.0 # via mkdocstrings, mkdocstrings-python
5656
mkdocs-gen-files==0.5.0 # via mkdocs-ansible
5757
mkdocs-get-deps==0.2.0 # via mkdocs
5858
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
5959
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
60-
mkdocs-material==9.5.49 # via mkdocs-ansible
60+
mkdocs-material==9.5.50 # via mkdocs-ansible
6161
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
6262
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6363
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
@@ -87,7 +87,7 @@ python-dateutil==2.9.0.post0 # via ghp-import, mkdocs-macros-plugin
8787
python-slugify==8.0.4 # via mkdocs-monorepo-plugin
8888
pyyaml==6.0.2 # via ansible-compat, ansible-core, mkdocs, mkdocs-get-deps, mkdocs-macros-plugin, pymdown-extensions, pyyaml-env-tag, yamllint, ansible-lint (pyproject.toml)
8989
pyyaml-env-tag==0.1 # via mkdocs
90-
referencing==0.35.1 # via jsonschema, jsonschema-specifications, types-jsonschema
90+
referencing==0.36.1 # via jsonschema, jsonschema-specifications, types-jsonschema
9191
regex==2024.11.6 # via mkdocs-material
9292
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9393
rpds-py==0.22.3 # via jsonschema, referencing
@@ -107,7 +107,7 @@ tox==4.23.2 # via ansible-lint (pyproject.toml)
107107
types-jsonschema==4.23.0.20241208 # via ansible-lint (pyproject.toml)
108108
types-pyyaml==6.0.12.20241230 # via ansible-lint (pyproject.toml)
109109
urllib3==2.3.0 # via requests
110-
virtualenv==20.28.1 # via tox
110+
virtualenv==20.29.1 # via tox
111111
watchdog==6.0.0 # via mkdocs
112112
wcmatch==10.0 # via ansible-lint (pyproject.toml)
113113
webencodings==0.5.1 # via cssselect2, tinycss2

.config/requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pathspec==0.12.1 # via black, yamllint, ansible-lint (pyproject.toml)
1919
platformdirs==4.3.6 # via black
2020
pycparser==2.22 # via cffi
2121
pyyaml==6.0.2 # via ansible-compat, ansible-core, yamllint, ansible-lint (pyproject.toml)
22-
referencing==0.35.1 # via jsonschema, jsonschema-specifications
22+
referencing==0.36.1 # via jsonschema, jsonschema-specifications
2323
rpds-py==0.22.3 # via jsonschema, referencing
2424
ruamel-yaml==0.18.10 # via ansible-lint (pyproject.toml)
2525
ruamel-yaml-clib==0.2.12 # via ruamel-yaml

0 commit comments

Comments
 (0)