From ec317a49bec7699682a3efa6af43e1baa0f14f33 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Wed, 4 Dec 2024 12:22:11 +0200 Subject: [PATCH] Update requirements --- backend/requirements-dev.txt | 15 +++++++-------- backend/requirements.txt | 10 +++++----- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 3add03e7..9f0cfbbf 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -8,7 +8,7 @@ asgiref==3.8.1 # via # -r requirements.txt # django -asttokens==2.4.1 +asttokens==3.0.0 # via stack-data attrs==24.2.0 # via wmctrl @@ -16,12 +16,12 @@ black==24.10.0 # via -r requirements-dev.in blessed==1.20.0 # via -r requirements.txt -boto3==1.35.69 +boto3==1.35.74 # via # -r requirements.txt # django-ses # pycognito -botocore==1.35.69 +botocore==1.35.74 # via # -r requirements.txt # boto3 @@ -52,7 +52,7 @@ coverage==7.6.8 # via pytest-cov croniter==3.0.4 # via -r requirements.txt -cryptography==43.0.3 +cryptography==44.0.0 # via # -r requirements.txt # pyjwt @@ -225,7 +225,7 @@ pygments==2.18.0 # via # ipython # pdbpp -pyjwt==2.10.0 +pyjwt==2.10.1 # via # -r requirements.txt # pycognito @@ -235,7 +235,7 @@ pyproject-hooks==1.2.0 # pip-tools pyrepl==0.9.0 # via fancycompleter -pytest==8.3.3 +pytest==8.3.4 # via # -r requirements-dev.in # pytest-cov @@ -276,7 +276,6 @@ sentry-sdk==2.17.0 six==1.16.0 # via # -r requirements.txt - # asttokens # blessed # django-spurl # python-dateutil @@ -326,7 +325,7 @@ zope-event==5.0 # via # -r requirements.txt # gevent -zope-interface==7.1.1 +zope-interface==7.2 # via # -r requirements.txt # gevent diff --git a/backend/requirements.txt b/backend/requirements.txt index 71504288..a930732c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,12 +8,12 @@ asgiref==3.8.1 # via django blessed==1.20.0 # via -r requirements.in -boto3==1.35.69 +boto3==1.35.74 # via # -r requirements.in # django-ses # pycognito -botocore==1.35.69 +botocore==1.35.74 # via # boto3 # s3transfer @@ -31,7 +31,7 @@ charset-normalizer==3.4.0 # via requests croniter==3.0.4 # via -r requirements.in -cryptography==43.0.3 +cryptography==44.0.0 # via pyjwt diff-match-patch==20241021 # via django-import-export @@ -125,7 +125,7 @@ pycognito==2024.5.1 # via -r requirements.in pycparser==2.22 # via cffi -pyjwt==2.10.0 +pyjwt==2.10.1 # via # django-allauth # pycognito @@ -170,7 +170,7 @@ whitenoise==6.7.0 # via -r requirements.in zope-event==5.0 # via gevent -zope-interface==7.1.1 +zope-interface==7.2 # via gevent # The following packages are considered to be unsafe in a requirements file: