Skip to content

Commit

Permalink
Merge pull request #125 from Azure-Samples/dependabot/pip/anyio-4.4.0
Browse files Browse the repository at this point in the history
Bump anyio from 4.3.0 to 4.4.0
  • Loading branch information
pamelafox authored Jun 16, 2024
2 parents b1038b9 + 2ec5bbe commit d27de21
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ aiohttp==3.9.5
# via quartapp (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via
# httpx
# openai
# watchfiles
attrs==23.2.0
# via aiohttp
azure-core==1.30.1
azure-core==1.30.2
# via azure-identity
azure-identity==1.16.1
# via quartapp (pyproject.toml)
blinker==1.8.2
# via
# flask
# quart
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand All @@ -41,7 +41,7 @@ click==8.1.7
# flask
# quart
# uvicorn
cryptography==42.0.7
cryptography==42.0.8
# via
# azure-identity
# msal
Expand Down Expand Up @@ -72,7 +72,7 @@ httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via openai
hypercorn==0.16.0
hypercorn==0.17.3
# via quart
hyperframe==6.0.1
# via h2
Expand All @@ -95,7 +95,7 @@ markupsafe==2.1.5
# jinja2
# quart
# werkzeug
msal==1.28.0
msal==1.28.1
# via
# azure-identity
# msal-extensions
Expand All @@ -105,9 +105,9 @@ multidict==6.0.5
# via
# aiohttp
# yarl
openai==1.33.0
openai==1.34.0
# via quartapp (pyproject.toml)
packaging==24.0
packaging==24.1
# via
# gunicorn
# msal-extensions
Expand All @@ -117,14 +117,12 @@ priority==2.0.0
# via hypercorn
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.4
# via openai
pydantic-core==2.18.2
pydantic-core==2.18.4
# via pydantic
pyjwt[crypto]==2.8.0
# via
# msal
# pyjwt
# via msal
python-dotenv==1.0.1
# via
# quartapp (pyproject.toml)
Expand Down Expand Up @@ -156,11 +154,11 @@ typing-extensions==4.12.2
# pydantic-core
urllib3==2.2.1
# via requests
uvicorn[standard]==0.29.0
uvicorn[standard]==0.30.1
# via quartapp (pyproject.toml)
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
watchfiles==0.22.0
# via uvicorn
websockets==12.0
# via uvicorn
Expand Down

0 comments on commit d27de21

Please sign in to comment.