From 39c0ef9f4910c3f4ab9bd1cbe1626f776697c9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:37:20 +0000 Subject: [PATCH] build(deps): Bump cryptography in /requirements/py312 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/py312/build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/py312/build.txt b/requirements/py312/build.txt index 83088a45..496e670c 100644 --- a/requirements/py312/build.txt +++ b/requirements/py312/build.txt @@ -36,7 +36,7 @@ commitizen==3.12.0 # via -r requirements/build.txt.in configobj==5.0.8 # via -r requirements/build.txt.in -cryptography==41.0.5 +cryptography==42.0.2 # via secretstorage decli==0.6.1 # via commitizen