diff --git a/backend_app/requirements.txt b/backend_app/requirements.txt index 1d128035..ae5c96ba 100644 --- a/backend_app/requirements.txt +++ b/backend_app/requirements.txt @@ -1,18 +1,18 @@ -aiohttp==3.8.1 +aiohttp==3.9.4 amqp==2.5.2 asgiref==3.3.4 async-timeout==4.0.1 attrs==19.3.0 billiard==3.6.1.0 celery==4.4.0 -certifi==2019.11.28 +certifi==2023.7.22 chardet==3.0.4 coreapi==2.3.3 coreschema==0.0.4 cpe==1.2.1 cvsslib==0.6.0 deepdiff==4.2.0 -Django==3.1.14 +Django==3.2.25 django-annoying==0.10.6 django-celery-beat==2.0.0 django-celery-results==2.0.0 @@ -24,16 +24,16 @@ django-organizations==1.1.2 django-simple-history==2.12.0 django-timezone-field==4.0 django-webpack-loader==0.6.0 -djangorestframework==3.12.2 -djangorestframework-simplejwt==4.4.0 +djangorestframework==3.15.2 +djangorestframework-simplejwt==5.2.2 drf-yasg==1.20.0 future==0.18.2 -gunicorn==20.0.4 -idna==2.8 +gunicorn==22.0.0 +idna==3.7 importlib-metadata==1.4.0 inflection==0.3.1 itypes==1.1.0 -Jinja2==2.11.3 +Jinja2==3.1.4 jmespath==0.10.0 kombu==4.6.7 MarkupSafe==1.1.1 @@ -45,14 +45,14 @@ openapi-codec==1.3.2 ordered-set==3.1.1 packaging==20.3 psycopg2==2.9.0 -PyJWT==1.7.1 -pymongo==3.10.1 +PyJWT==2.4.0 +pymongo==4.6.3 pyparsing==2.4.6 python-crontab==2.4.0 python-dateutil==2.8.1 python-twitter==3.5 pytz==2019.3 -requests==2.25.1 +requests==2.32.2 requests-oauthlib==1.3.0 ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 @@ -60,12 +60,12 @@ s3transfer==0.3.3 simplejson==3.17.0 six==1.13.0 slackclient==2.5.0 -sqlparse==0.4.2 +sqlparse==0.5.0 supervisor==4.1.0 tqdm==4.56.0 typing-extensions==3.7.4.3 uritemplate==3.0.1 -urllib3==1.26.5 +urllib3==1.26.19 vine==1.3.0 yarl==1.4.2 zipp==0.6.0 @@ -74,3 +74,5 @@ botocore==1.19.25 django-cachalot==2.5.1 python-memcached==1.59 django-auth-adfs==1.9.5 +cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability