Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages] # Here goes your package requirements for running the application and its versions (which packages you will use when running the application).
azure-identity = "=1.17.1"
azure-identity = "=1.18.0"
azure-storage-blob = "=12.22.0"
azure-mgmt-storage = "=21.2.1"
azure-keyvault-secrets = "=4.8.0"
Expand Down
Loading