Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ azure-core==1.30.0
# azure-storage-blob
# django-storages
# opencensus-ext-azure
azure-identity==1.15.0
azure-identity==1.16.1
# via opencensus-ext-azure
azure-storage-blob==12.19.0
# via django-storages
Expand All @@ -28,7 +28,7 @@ bleach==6.1.0
# via -r requirements.in
cachetools==5.3.2
# via google-auth
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -197,7 +197,7 @@ pyyaml==6.0.1
# via tablib
rcssmin==1.1.1
# via django-compressor
requests==2.31.0
requests==2.32.0
# via
# -r requirements.in
# azure-core
Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ azure-core==1.30.0
# azure-storage-blob
# django-storages
# opencensus-ext-azure
azure-identity==1.15.0
azure-identity==1.16.1
# via
# -r requirements.txt
# opencensus-ext-azure
Expand All @@ -46,7 +46,7 @@ cachetools==5.3.2
# via
# -r requirements.txt
# google-auth
certifi==2024.2.2
certifi==2024.7.4
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -359,7 +359,7 @@ rcssmin==1.1.1
# via
# -r requirements.txt
# django-compressor
requests==2.31.0
requests==2.32.0
# via
# -r requirements.txt
# azure-core
Expand Down