Skip to content

Commit fdf3472

Browse files
Bump the dependencies group in /.config with 5 updates (#434)
Bumps the dependencies group in /.config with 5 updates: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.48` | `9.5.49` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | Updates `attrs` from 24.2.0 to 24.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) Updates `mkdocs-material` from 9.5.48 to 9.5.49 - [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.48...9.5.49) 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: attrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch 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 8543836 commit fdf3472

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.config/constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
33
argparse-manpage==4.6 # via ansible-compat (pyproject.toml)
4-
attrs==24.2.0 # via jsonschema, referencing
4+
attrs==24.3.0 # via jsonschema, referencing
55
babel==2.16.0 # via mkdocs-material
66
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
77
black==24.10.0 # via ansible-compat (pyproject.toml)
@@ -10,7 +10,7 @@ cairosvg==2.7.1 # via mkdocs-ansible
1010
certifi==2024.12.14 # via requests
1111
cffi==1.17.1 # via cairocffi, cryptography
1212
charset-normalizer==3.4.0 # via requests
13-
click==8.1.7 # via black, mkdocs, mkdocstrings
13+
click==8.1.8 # via black, mkdocs, mkdocstrings
1414
colorama==0.4.6 # via griffe, mkdocs-material
1515
coverage==7.6.9 # via ansible-compat (pyproject.toml)
1616
cryptography==44.0.0 # via ansible-core
@@ -25,7 +25,7 @@ hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
2525
htmlmin2==0.1.13 # via mkdocs-minify-plugin
2626
idna==3.10 # via requests
2727
iniconfig==2.0.0 # via pytest
28-
jinja2==3.1.4 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings
28+
jinja2==3.1.5 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings
2929
jsmin==3.0.1 # via mkdocs-minify-plugin
3030
jsonschema==4.23.0 # via ansible-compat (pyproject.toml)
3131
jsonschema-specifications==2024.10.1 # via jsonschema
@@ -42,7 +42,7 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
4242
mkdocs-get-deps==0.2.0 # via mkdocs
4343
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
4444
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
45-
mkdocs-material==9.5.48 # via mkdocs-ansible
45+
mkdocs-material==9.5.49 # via mkdocs-ansible
4646
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
4747
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
4848
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
@@ -78,7 +78,7 @@ termcolor==2.5.0 # via mkdocs-macros-plugin
7878
text-unidecode==1.3 # via python-slugify
7979
tinycss2==1.4.0 # via cairosvg, cssselect2
8080
tomli==2.2.1 # via argparse-manpage, black, pytest
81-
urllib3==2.2.3 # via requests
81+
urllib3==2.3.0 # via requests
8282
watchdog==6.0.0 # via mkdocs
8383
webencodings==0.5.1 # via cssselect2, tinycss2
8484

0 commit comments

Comments
 (0)