Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Aug 9, 2023
1 parent ee769d3 commit e896f4c
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 244 deletions.
19 changes: 10 additions & 9 deletions requirements/azure.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile --output-file=requirements/azure.pip requirements/azure.in
#
asgiref==3.6.0
asgiref==3.7.2
# via django
azure-core==1.26.3
azure-core==1.29.0
# via azure-storage-blob
azure-storage-blob==12.15.0
azure-storage-blob==12.17.0
# via django-storages
certifi==2022.12.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
cryptography==40.0.1
cryptography==41.0.3
# via
# -r requirements/azure.in
# azure-storage-blob
Expand All @@ -34,17 +34,18 @@ pycparser==2.21
# via cffi
pytz==2023.3
# via django
requests==2.28.2
requests==2.31.0
# via azure-core
six==1.16.0
# via
# azure-core
# isodate
sqlparse==0.4.4
# via django
typing-extensions==4.5.0
typing-extensions==4.7.1
# via
# asgiref
# azure-core
# azure-storage-blob
urllib3==1.26.15
urllib3==2.0.4
# via requests
Loading

0 comments on commit e896f4c

Please sign in to comment.