From 86186ce520c330edebf7c8b612f538e692eca573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:54:00 +0000 Subject: [PATCH] chore(deps): bump cryptography Bumps the uv group with 1 update in the /infra/ansible directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 45.0.4 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.4...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] --- infra/ansible/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/infra/ansible/requirements.txt b/infra/ansible/requirements.txt index e1031fd7..936f82d3 100644 --- a/infra/ansible/requirements.txt +++ b/infra/ansible/requirements.txt @@ -25,7 +25,7 @@ bracex==2.5.post1 # via wcmatch certifi==2025.4.26 # via requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.2 # via requests @@ -39,7 +39,7 @@ cliff==4.10.0 # python-openstackclient cmd2==2.6.1 # via cliff -cryptography==45.0.4 +cryptography==46.0.5 # via # ansible-core # openstacksdk @@ -258,6 +258,8 @@ ruamel-yaml==0.18.14 # via ansible-lint ruamel-yaml-clib==0.2.12 # via ruamel-yaml +setuptools==82.0.0 + # via pbr six==1.17.0 # via python-dateutil stevedore==5.4.1