Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot updates #2397

Merged
merged 3 commits into from
Mar 31, 2023
Merged
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@bower_components/underscore": "jashkenas/underscore#~1.13.4"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt": "^1.6.1",
"grunt-karma": "^4.0.2",
"karma": "^6.4.0",
"karma": "^6.4.1",
"load-grunt-tasks": "^5.1.0",
"sinon": "^14.0.0",
"tmp": "0.0.23"
"sinon": "^15.0.3",
"tmp": "0.2.1"
},
"engines": {
"node": ">=0.8.0"
Expand Down
55 changes: 22 additions & 33 deletions requirements/azure.pip
Original file line number Diff line number Diff line change
@@ -1,61 +1,50 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --output-file=requirements/azure.pip --resolver=backtracking requirements/azure.in
# pip-compile --output-file=requirements/azure.pip requirements/azure.in
#
asgiref==3.5.2
asgiref==3.6.0
# via django
azure-core==1.24.2
# via
# azure-storage-blob
# msrest
azure-storage-blob==12.13.0
azure-core==1.26.3
# via azure-storage-blob
azure-storage-blob==12.15.0
# via django-storages
certifi==2022.6.15
# via
# msrest
# requests
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.0
charset-normalizer==3.1.0
# via requests
cryptography==39.0.1
cryptography==40.0.1
# via
# -r requirements/azure.in
# azure-storage-blob
django==3.2.18
# via
# -r requirements/azure.in
# django-storages
django-storages[azure]==1.12.3
django-storages[azure]==1.13.2
# via -r requirements/azure.in
idna==3.3
idna==3.4
# via requests
isodate==0.6.1
# via msrest
msrest==0.7.1
# via azure-storage-blob
oauthlib==3.2.1
# via requests-oauthlib
pycparser==2.21
# via cffi
pytz==2022.1
pytz==2023.3
# via django
requests==2.28.1
# via
# azure-core
# msrest
# requests-oauthlib
requests-oauthlib==1.3.1
# via msrest
requests==2.28.2
# via azure-core
six==1.16.0
# via
# azure-core
# isodate
sqlparse==0.4.2
sqlparse==0.4.3
# via django
typing-extensions==4.3.0
# via azure-core
urllib3==1.26.10
typing-extensions==4.5.0
# via
# azure-core
# azure-storage-blob
urllib3==1.26.15
# via requests
Loading