Skip to content

Commit

Permalink
Security updates
Browse files Browse the repository at this point in the history
Fix #67
  • Loading branch information
sebastienbarbier committed Apr 15, 2023
1 parent 2cc8eb0 commit 6fa0e6e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
61 changes: 31 additions & 30 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,74 +1,75 @@
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
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

0 comments on commit 6fa0e6e

Please sign in to comment.