From a15d2b43bc2115b37c102e656f5d251e144ef8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 01:53:50 +0000 Subject: [PATCH] chore(deps): bump cryptography from 3.4.8 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 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/3.4.8...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6812628f..c5ccca04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ coreschema==0.0.4 # via coreapi coverage==5.0.3 # via -r requirements.in -cryptography==3.4.8 +cryptography==39.0.1 # via social-auth-core cssselect2==0.4.1 # via @@ -107,7 +107,7 @@ pillow==9.0.1 # via # -r requirements.in # cairosvg -psycopg2-binary>=2.8,<2.9 +psycopg2-binary==2.8.6 # via -r requirements.in pycparser==2.20 # via cffi