Skip to content

Commit

Permalink
Security Alerts Update (#269)
Browse files Browse the repository at this point in the history
* Update all requirements

* Update azurite version

* Revert "Update all requirements"

This reverts commit 2cfb168.

* Update packages for security patch
  • Loading branch information
AdrianDAlessandro authored Jul 10, 2023
1 parent d35da19 commit 3b9feb2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
azurite:
image: mcr.microsoft.com/azure-storage/azurite:3.20.1
image: mcr.microsoft.com/azure-storage/azurite:3.24.0
ports:
- 10000:10000
- 10001:10001
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
timeout: 5s
retries: 5
azurite:
image: mcr.microsoft.com/azure-storage/azurite:3.20.1
image: mcr.microsoft.com/azure-storage/azurite:3.24.0
volumes:
- azurite:/data
ports:
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements-dev.in
#
Expand Down
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
asgiref==3.5.2
asgiref==3.7.2
# via django
azure-core==1.25.0
# via
# azure-storage-blob
# msrest
azure-storage-blob==12.13.1
# via django-storages
backports-zoneinfo==0.2.1
# via django
beautifulsoup4==4.11.1
# via django-bootstrap-v5
certifi==2022.12.7
Expand All @@ -32,15 +34,15 @@ coreschema==0.0.4
# via coreapi
crispy-bootstrap5==0.6
# via -r requirements.in
cryptography==39.0.1
cryptography==41.0.1
# via
# -r requirements.in
# azure-storage-blob
cycler==0.11.0
# via matplotlib
debugpy==1.6.5
# via -r requirements.in
django==4.1.9
django==4.1.10
# via
# -r requirements.in
# crispy-bootstrap5
Expand Down Expand Up @@ -163,7 +165,7 @@ pytz==2022.2.1
# pandas
pyyaml==6.0
# via -r requirements.in
requests==2.28.1
requests==2.31.0
# via
# azure-core
# coreapi
Expand All @@ -179,14 +181,15 @@ six==1.16.0
# python-dateutil
soupsieve==2.3.2.post1
# via beautifulsoup4
sqlparse==0.4.2
sqlparse==0.4.4
# via django
tablib==3.2.1
# via -r requirements.in
tenacity==8.1.0
# via plotly
typing-extensions==4.3.0
# via
# asgiref
# azure-core
# django-bootstrap-datepicker-plus
# pydantic
Expand Down

0 comments on commit 3b9feb2

Please sign in to comment.