mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-02 11:18:19 +08:00
chore(deps): bump azure-identity from 1.15.0 to 1.16.1 in /api (#5116)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
parent
415022aa14
commit
7189a4c379
18
api/poetry.lock
generated
18
api/poetry.lock
generated
@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiohttp"
|
||||
@ -410,20 +410,20 @@ aio = ["aiohttp (>=3.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "azure-identity"
|
||||
version = "1.15.0"
|
||||
version = "1.16.1"
|
||||
description = "Microsoft Azure Identity Library for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "azure-identity-1.15.0.tar.gz", hash = "sha256:4c28fc246b7f9265610eb5261d65931183d019a23d4b0e99357facb2e6c227c8"},
|
||||
{file = "azure_identity-1.15.0-py3-none-any.whl", hash = "sha256:a14b1f01c7036f11f148f22cd8c16e05035293d714458d6b44ddf534d93eb912"},
|
||||
{file = "azure-identity-1.16.1.tar.gz", hash = "sha256:6d93f04468f240d59246d8afde3091494a5040d4f141cad0f49fc0c399d0d91e"},
|
||||
{file = "azure_identity-1.16.1-py3-none-any.whl", hash = "sha256:8fb07c25642cd4ac422559a8b50d3e77f73dcc2bbfaba419d06d6c9d7cff6726"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
azure-core = ">=1.23.0,<2.0.0"
|
||||
azure-core = ">=1.23.0"
|
||||
cryptography = ">=2.5"
|
||||
msal = ">=1.24.0,<2.0.0"
|
||||
msal-extensions = ">=0.3.0,<2.0.0"
|
||||
msal = ">=1.24.0"
|
||||
msal-extensions = ">=0.3.0"
|
||||
|
||||
[[package]]
|
||||
name = "azure-storage-blob"
|
||||
@ -8935,4 +8935,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "6845b0f3a5b5be84d32a9a79f23d389d1502cc70f5530becb313fa8b2268448f"
|
||||
content-hash = "e2ce8246ee3113b7c7d080ef52e0998ab71ffe76dbe85b324803ed4e369882c4"
|
||||
|
@ -164,7 +164,7 @@ yarl = "~1.9.4"
|
||||
twilio = "~9.0.4"
|
||||
qrcode = "~7.4.2"
|
||||
azure-storage-blob = "12.13.0"
|
||||
azure-identity = "1.15.0"
|
||||
azure-identity = "1.16.1"
|
||||
lxml = "5.1.0"
|
||||
xlrd = "~2.0.1"
|
||||
pydantic = "~2.7.3"
|
||||
|
@ -73,7 +73,7 @@ yarl~=1.9.4
|
||||
twilio~=9.0.4
|
||||
qrcode~=7.4.2
|
||||
azure-storage-blob==12.13.0
|
||||
azure-identity==1.15.0
|
||||
azure-identity==1.16.1
|
||||
lxml==5.1.0
|
||||
pydantic~=2.7.3
|
||||
pydantic_extra_types~=2.8.0
|
||||
|
Loading…
Reference in New Issue
Block a user