From 6fa0e6e50b7713f80d1fe6e47b816d7bd23afd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Barbier?= Date: Sat, 15 Apr 2023 13:19:08 +0200 Subject: [PATCH] Security updates Fix #67 --- CHANGELOG.md | 3 +++ requirements.txt | 61 ++++++++++++++++++++++++------------------------ 2 files changed, 34 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc44fbb..fc7d030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). See for sample https://raw.githubusercontent.com/favoloso/conventional-changelog-emoji/master/CHANGELOG.md --> ## [1.2.0] - 2023-MM-DD + ### 📚 Documentation - Fix broken links to swagger and redoc ([#68](https://github.com/sebastienbarbier/seven23_server/issues/68)) +### 🔒 Security +- Security updates ([#67](https://github.com/sebastienbarbier/seven23_server/issues/67)) ## [1.1.0] - 2022-12-13 ### ✨ Feature diff --git a/requirements.txt b/requirements.txt index d0d03f4..3b2d02f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,36 +1,36 @@ -asgiref==3.5.2 -boto3==1.26.27 -botocore==1.29.27 +asgiref==3.6.0 +boto3==1.26.114 +botocore==1.29.114 certifi==2022.12.7 cffi==1.15.1 chardet==5.1.0 -charset-normalizer==2.0.12 +charset-normalizer==3.1.0 colorclass==2.2.2 coreapi==2.3.3 coreschema==0.0.4 -cryptography==38.0.4 +cryptography==40.0.2 defusedxml==0.7.1 -dj-database-url==1.1.0 -dj-rest-auth==2.2.5 -Django==4.0.7 -django-allauth==0.51.0 +dj-database-url==1.3.0 +dj-rest-auth==3.0.0 +Django==4.2 +django-allauth==0.54.0 django-appconf==1.0.5 django-colorfield==0.8.0 -django-compressor==4.1 -django-cors-headers==3.13.0 +django-compressor==4.3.1 +django-cors-headers==3.14.0 django-filter==21.1 -django-grappelli==3.0.4 +django-grappelli==3.0.5 django-js-asset==2.0.0 django-mptt==0.14.0 django-reset-migrations==0.4.0 django-sass-processor==1.2.2 -django-storages==1.13.1 +django-storages==1.13.2 djangorestframework==3.14.0 djangorestframework-bulk==0.2.1 docopt==0.6.2 docutils==0.19 drf-writable-nested==0.7.0 -drf-yasg==1.21.4 +drf-yasg==1.21.5 gunicorn==20.1.0 idna==3.4 inflection==0.5.1 @@ -38,37 +38,38 @@ itypes==1.2.0 Jinja2==3.1.2 jmespath==1.0.1 libsass==0.22.0 -markdown2==2.4.6 -MarkupSafe==2.1.1 +markdown2==2.4.8 +MarkupSafe==2.1.2 oauthlib==3.2.2 openapi-codec==1.3.2 -packaging==22.0 -Pillow==9.3.0 +packaging==23.1 +Pillow==9.5.0 pip-review==1.3.0 pip-upgrader==1.4.15 -psycopg2==2.9.5 -psycopg2-binary==2.9.5 +psycopg2==2.9.6 +psycopg2-binary==2.9.6 pycparser==2.21 PyJWT==2.6.0 pyparsing==3.0.9 python-dateutil==2.8.2 -python-dotenv==0.21.0 +python-dotenv==1.0.0 python3-openid==3.2.0 -pytz==2022.6 +pytz==2023.3 PyYAML==6.0 -rcssmin==1.1.0 -requests==2.28.1 +rcssmin==1.1.1 +requests==2.28.2 requests-oauthlib==1.3.1 -rjsmin==1.2.0 +rjsmin==1.2.1 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.7 s3transfer==0.6.0 -sentry-sdk==1.11.1 -simplejson==3.18.0 +sentry-sdk==1.19.1 +simplejson==3.19.1 six==1.16.0 sqlparse==0.4.3 -stripe==5.0.0 +stripe==5.4.0 terminaltables==3.1.10 +typing_extensions==4.5.0 uritemplate==4.1.1 -urllib3==1.26.13 -whitenoise==6.2.0 +urllib3==1.26.15 +whitenoise==6.4.0