From 07c382f27e101302f6c96198853bbd48093b160a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:14:16 +0000 Subject: [PATCH] build(deps): bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e37dc11c3..8ec64be39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ansible==11.13.0 # Prevented passlib version conflicts bcrypt<6 # Needed for community.crypto module -cryptography==49.0.0 +cryptography==50.0.0 # Needed for jinja2 json_query templating jmespath==1.1.0 # Needed for ansible.utils.ipaddr