Skip to content

Commit

Permalink
Bump azure-identity from 1.16.0 to 1.16.1 in /app/backend (#1712)
Browse files Browse the repository at this point in the history
* Bump azure-identity from 1.16.0 to 1.16.1 in /app/backend

Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update requirements

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
  • Loading branch information
dependabot[bot] and pamelafox authored Jun 12, 2024
1 parent 43aa766 commit 9f29a0f
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ attrs==23.2.0
# via aiohttp
azure-ai-documentintelligence==1.0.0b3
# via -r requirements.in
azure-cognitiveservices-speech==1.37.0
azure-cognitiveservices-speech==1.38.0
# via -r requirements.in
azure-common==1.1.28
# via azure-search-documents
azure-core==1.30.1
azure-core==1.30.2
# via
# azure-ai-documentintelligence
# azure-core-tracing-opentelemetry
Expand All @@ -42,11 +42,11 @@ azure-core==1.30.1
# msrest
azure-core-tracing-opentelemetry==1.0.0b11
# via azure-monitor-opentelemetry
azure-identity==1.16.0
azure-identity==1.16.1
# via
# -r requirements.in
# msgraph-sdk
azure-monitor-opentelemetry==1.5.0
azure-monitor-opentelemetry==1.6.0
# via -r requirements.in
azure-monitor-opentelemetry-exporter==1.0.0b26
# via azure-monitor-opentelemetry
Expand Down Expand Up @@ -174,7 +174,7 @@ microsoft-kiota-serialization-json==1.2.0
# via msgraph-sdk
microsoft-kiota-serialization-text==1.0.0
# via msgraph-sdk
msal==1.28.0
msal==1.28.1
# via
# -r requirements.in
# azure-identity
Expand All @@ -198,11 +198,11 @@ numpy==1.26.4
# pandas-stubs
oauthlib==3.2.2
# via requests-oauthlib
openai[datalib]==1.31.0
openai[datalib]==1.34.0
# via
# -r requirements.in
# openai-messages-token-helper
openai-messages-token-helper==0.1.4
openai-messages-token-helper==0.1.5
# via -r requirements.in
opentelemetry-api==1.25.0
# via
Expand Down Expand Up @@ -258,7 +258,7 @@ opentelemetry-instrumentation-flask==0.46b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-httpx==0.46b0
# via -r requirements.in
opentelemetry-instrumentation-openai==0.21.4
opentelemetry-instrumentation-openai==0.22.0
# via -r requirements.in
opentelemetry-instrumentation-psycopg2==0.46b0
# via azure-monitor-opentelemetry
Expand All @@ -278,6 +278,7 @@ opentelemetry-resource-detector-azure==0.1.5
# via azure-monitor-opentelemetry
opentelemetry-sdk==1.25.0
# via
# azure-monitor-opentelemetry
# azure-monitor-opentelemetry-exporter
# microsoft-kiota-abstractions
# microsoft-kiota-authentication-azure
Expand All @@ -298,7 +299,7 @@ opentelemetry-semantic-conventions==0.46b0
# opentelemetry-instrumentation-urllib3
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
opentelemetry-semantic-conventions-ai==0.2.0
opentelemetry-semantic-conventions-ai==0.3.1
# via opentelemetry-instrumentation-openai
opentelemetry-util-http==0.46b0
# via
Expand All @@ -312,7 +313,7 @@ opentelemetry-util-http==0.46b0
# opentelemetry-instrumentation-urllib
# opentelemetry-instrumentation-urllib3
# opentelemetry-instrumentation-wsgi
packaging==24.0
packaging==24.1
# via
# msal-extensions
# opentelemetry-instrumentation-flask
Expand All @@ -338,12 +339,14 @@ pyasn1==0.6.0
# rsa
pycparser==2.22
# via cffi
pydantic==2.7.3
pydantic==2.7.4
# via openai
pydantic-core==2.18.4
# via pydantic
pyjwt[crypto]==2.8.0
# via msal
# via
# msal
# pyjwt
pymupdf==1.24.5
# via -r requirements.in
pymupdfb==1.24.3
Expand Down Expand Up @@ -392,7 +395,7 @@ sniffio==1.3.1
# openai
soupsieve==2.5
# via beautifulsoup4
std-uritemplate==0.0.57
std-uritemplate==1.0.1
# via microsoft-kiota-abstractions
tenacity==8.3.0
# via -r requirements.in
Expand All @@ -417,7 +420,7 @@ types-python-jose==3.3.4.20240106
# via -r requirements.in
types-pytz==2024.1.0.20240417
# via pandas-stubs
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# azure-ai-documentintelligence
# azure-core
Expand Down

0 comments on commit 9f29a0f

Please sign in to comment.