From 8c523a2449b668de0b4b5bb85d583717df8ebb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 04:45:31 +0000 Subject: [PATCH] Bump cryptography from 38.0.4 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.4...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +--- requirements_dev.txt | 15 +-------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24a64f2..d805242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ coreschema==0.0.4 # via # coreapi # drf-yasg -cryptography==38.0.4 +cryptography==39.0.1 # via jwcrypto datapunt-authorization-django==1.3.2 # via -r requirements.in @@ -173,8 +173,6 @@ rfc3986==2.0.0 # via oslo-config ruamel-yaml==0.17.21 # via drf-yasg -ruamel-yaml-clib==0.2.7 - # via ruamel-yaml sentry-sdk==1.11.1 # via -r requirements.in six==1.16.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 2f17ed6..d55304c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -46,7 +46,7 @@ coreschema==0.0.4 # drf-yasg coverage[toml]==6.5.0 # via pytest-cov -cryptography==38.0.4 +cryptography==39.0.1 # via # -r ./requirements.txt # jwcrypto @@ -132,8 +132,6 @@ et-xmlfile==1.1.0 # via # -r ./requirements.txt # openpyxl -exceptiongroup==1.0.4 - # via pytest executing==1.2.0 # via stack-data factory-boy==3.2.1 @@ -342,10 +340,6 @@ ruamel-yaml==0.17.21 # via # -r ./requirements.txt # drf-yasg -ruamel-yaml-clib==0.2.7 - # via - # -r ./requirements.txt - # ruamel-yaml sentry-sdk==1.11.1 # via -r ./requirements.txt six==1.16.0 @@ -372,13 +366,6 @@ toml==0.10.2 # via # ipdb # pytest-black -tomli==2.0.1 - # via - # black - # build - # coverage - # pep517 - # pytest traitlets==5.6.0 # via # ipython