Skip to content

Commit a246bc2

Browse files
Bump the dependencies group in /.config with 5 updates (#426)
Bumps the dependencies group in /.config with 5 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.45` | `9.5.47` | | [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.4` | `2.24.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [tomli](https://github.com/hukkin/tomli) | `2.1.0` | `2.2.1` | Updates `cryptography` from 43.0.3 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...44.0.0) Updates `mkdocs-material` from 9.5.45 to 9.5.47 - [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.45...9.5.47) Updates `pipdeptree` from 2.23.4 to 2.24.0 - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](tox-dev/pipdeptree@2.23.4...2.24.0) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `tomli` from 2.1.0 to 2.2.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.1.0...2.2.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pipdeptree dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tomli 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 768a85b commit a246bc2

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
@@ -13,7 +13,7 @@ charset-normalizer==3.4.0 # via requests
1313
click==8.1.7 # via black, mkdocs, mkdocstrings
1414
colorama==0.4.6 # via griffe, mkdocs-material
1515
coverage==7.6.8 # via ansible-compat (pyproject.toml)
16-
cryptography==43.0.3 # via ansible-core
16+
cryptography==44.0.0 # via ansible-core
1717
csscompressor==0.9.5 # via mkdocs-minify-plugin
1818
cssselect2==0.7.0 # via cairosvg
1919
defusedxml==0.7.1 # via cairosvg
@@ -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.45 # via mkdocs-ansible
45+
mkdocs-material==9.5.47 # 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
@@ -53,13 +53,13 @@ packaging==24.2 # via ansible-core, black, mkdocs, mkdocs-macros-plugi
5353
paginate==0.5.7 # via mkdocs-material
5454
pathspec==0.12.1 # via black, mkdocs, mkdocs-macros-plugin
5555
pillow==11.0.0 # via cairosvg, mkdocs-ansible
56-
pipdeptree==2.23.4 # via mkdocs-ansible
56+
pipdeptree==2.24.0 # via mkdocs-ansible
5757
platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings
5858
pluggy==1.5.0 # via pytest
5959
pycparser==2.22 # via cffi
6060
pygments==2.18.0 # via mkdocs-material
6161
pymdown-extensions==10.12 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
62-
pytest==8.3.3 # via pytest-mock, pytest-plus, ansible-compat (pyproject.toml)
62+
pytest==8.3.4 # via pytest-mock, pytest-plus, ansible-compat (pyproject.toml)
6363
pytest-mock==3.14.0 # via ansible-compat (pyproject.toml)
6464
pytest-plus==0.7.0 # via ansible-compat (pyproject.toml)
6565
python-dateutil==2.9.0.post0 # via ghp-import, mkdocs-macros-plugin
@@ -77,7 +77,7 @@ super-collections==0.5.3 # via mkdocs-macros-plugin
7777
termcolor==2.5.0 # via mkdocs-macros-plugin
7878
text-unidecode==1.3 # via python-slugify
7979
tinycss2==1.4.0 # via cairosvg, cssselect2
80-
tomli==2.1.0 # via argparse-manpage, black, pytest
80+
tomli==2.2.1 # via argparse-manpage, black, pytest
8181
urllib3==2.2.3 # via requests
8282
watchdog==6.0.0 # via mkdocs
8383
webencodings==0.5.1 # via cssselect2, tinycss2

0 commit comments

Comments
 (0)