From aa31fd19e80fd89d92e586fcd77ea0da3c1e369a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:35:48 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/requirements.in b/requirements.in index 99242107..4514e518 100644 --- a/requirements.in +++ b/requirements.in @@ -9,4 +9,4 @@ hiredis==1.0.1 click==7.1.1 redistimeseries==0.8.0 python-dotenv==0.15.0 -cryptography<3.4 # Last version without a Rust dependency +cryptography<41.1 # Last version without a Rust dependency diff --git a/requirements.txt b/requirements.txt index ac6e5b2a..b3893f4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,17 +12,17 @@ click==7.1.1 # via # -r requirements.in # flask -cryptography==3.3.2 - # via -r requirements.in -flask-cors==3.0.8 - # via -r requirements.in -flask-restful==0.3.8 +cryptography==41.0.3 # via -r requirements.in flask==1.1.1 # via # -r requirements.in # flask-cors # flask-restful +flask-cors==3.0.8 + # via -r requirements.in +flask-restful==0.3.8 + # via -r requirements.in hiredis==1.0.1 # via # -r requirements.in @@ -33,18 +33,18 @@ jinja2==2.11.3 # via flask markupsafe==1.1.1 # via jinja2 -marshmallow-dataclass[enum,union]==7.3.0 - # via -r requirements.in -marshmallow-enum==1.5.1 - # via marshmallow-dataclass -marshmallow-union==0.1.15.post1 - # via marshmallow-dataclass marshmallow==3.10.0 # via # marshmallow-dataclass # marshmallow-enum # marshmallow-union # webargs +marshmallow-dataclass[enum,union]==7.3.0 + # via -r requirements.in +marshmallow-enum==1.5.1 + # via marshmallow-dataclass +marshmallow-union==0.1.15.post1 + # via marshmallow-dataclass mypy-extensions==0.4.3 # via typing-inspect progress==1.5 @@ -66,7 +66,6 @@ rmtest==0.7.0 # via redistimeseries six==1.15.0 # via - # cryptography # flask-cors # flask-restful typing-extensions==3.7.4.3