From 65b863ac0f923feac41a7014f8d756089bfd2c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:01:44 +0200 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.3 (#267) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_production.txt b/requirements_production.txt index 1fcf205..fa29bee 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -1,2 +1,2 @@ -cryptography==41.0.2 +cryptography==41.0.3 pyzipper==0.3.6