From f82dfdbf388be938b99e571cd638719012ba82db Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Fri, 2 Jun 2023 21:53:47 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 6 ++++++ requirements.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/constraints.txt b/constraints.txt index 5b928e2..27e3624 100644 --- a/constraints.txt +++ b/constraints.txt @@ -16,10 +16,14 @@ certifi==2023.5.7 # via # requests # selenium +cffi==1.15.1 + # via cryptography charset-normalizer==3.1.0 # via requests confusable-homoglyphs==3.2.0 # via django-registration +cryptography==41.0.1 + # via django-anymail django==4.2.1 # via # -r requirements.in @@ -61,6 +65,8 @@ outcome==1.2.0 # via trio pillow==9.5.0 # via -r requirements.in +pycparser==2.21 + # via cffi pysocks==1.7.1 # via urllib3 requests==2.31.0 diff --git a/requirements.txt b/requirements.txt index 948be77..1fa71fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,10 +16,14 @@ certifi==2023.5.7 # via # requests # selenium +cffi==1.15.1 + # via cryptography charset-normalizer==3.1.0 # via requests confusable-homoglyphs==3.2.0 # via django-registration +cryptography==41.0.1 + # via django-anymail django==4.2.1 # via # -r requirements.in @@ -61,6 +65,8 @@ outcome==1.2.0 # via trio pillow==9.5.0 # via -r requirements.in +pycparser==2.21 + # via cffi pysocks==1.7.1 # via urllib3 requests==2.31.0