From 243f82edc8d70368f96bc41b343ae31c0146e608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:56:41 +0000 Subject: [PATCH] chore: Bump cryptography from 41.0.2 to 41.0.3 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 ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.in | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cea034d7..f1ad5180 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ colorama==0.4.6 # via tox coverage==7.2.7 # via -r requirements-dev.in -cryptography==41.0.2 +cryptography==41.0.3 # via # -c requirements.txt # secretstorage diff --git a/requirements.in b/requirements.in index 4a4d47f2..3a162b66 100644 --- a/requirements.in +++ b/requirements.in @@ -5,7 +5,7 @@ # Note: To install a package from a Git VCS repository, see the following example: # git+https://github.com/example/example.git@example-vcs-ref#egg=example-pkg[foo,bar]==1.42.3 -cryptography==41.0.2 +cryptography==41.0.3 defusedxml==0.7.1 Django>=2.2.24 djangorestframework>=3.10.3,<3.15 diff --git a/requirements.txt b/requirements.txt index 6ff2334f..1b7a85b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ certifi==2023.7.22 # via signxml cffi==1.15.1 # via cryptography -cryptography==41.0.2 +cryptography==41.0.3 # via # -r requirements.in # pyopenssl @@ -27,7 +27,7 @@ djangorestframework==3.14.0 # via -r requirements.in importlib-metadata==6.1.0 # via -r requirements.in -importlib-resources==6.0.0 +importlib-resources==6.0.1 # via jsonschema jsonschema==4.17.3 # via -r requirements.in