Skip to content

Commit 71e1a4a

Browse files
authored
Merge pull request #304 from Azure-Samples/copilot/fix-303
Upgrade aiohttp to 3.11.18 to resolve Dependabot dependency conflicts
2 parents 644ebcb + 116f445 commit 71e1a4a

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"watchfiles",
1616
"openai",
1717
"azure-identity",
18-
"aiohttp",
18+
"aiohttp>=3.11.0",
1919
"python-dotenv",
2020
"pyyaml"
2121
]

src/requirements.txt

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=requirements.txt pyproject.toml
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=requirements.txt pyproject.toml
66
#
77
aiofiles==24.1.0
88
# via quart
99
aiohappyeyeballs==2.4.3
1010
# via aiohttp
11-
aiohttp==3.10.11
11+
aiohttp==3.11.18
1212
# via quartapp (pyproject.toml)
1313
aiosignal==1.3.1
1414
# via aiohttp
@@ -58,21 +58,21 @@ frozenlist==1.5.0
5858
# aiosignal
5959
gunicorn==23.0.0
6060
# via quartapp (pyproject.toml)
61-
h11==0.16.0
62-
# via
63-
# httpcore
64-
# hypercorn
65-
# uvicorn
66-
# wsproto
67-
h2==4.1.0
68-
# via hypercorn
69-
hpack==4.1.0
70-
# via h2
71-
httpcore==1.0.9
61+
h11==0.16.0
62+
# via
63+
# httpcore
64+
# hypercorn
65+
# uvicorn
66+
# wsproto
67+
h2==4.1.0
68+
# via hypercorn
69+
hpack==4.1.0
70+
# via h2
71+
httpcore==1.0.9
7272
# via httpx
7373
httptools==0.6.4
7474
# via quartapp (pyproject.toml)
75-
httpx==0.27.0
75+
httpx==0.27.0
7676
# via openai
7777
hypercorn==0.17.3
7878
# via quart
@@ -118,15 +118,19 @@ portalocker==2.10.1
118118
priority==2.0.0
119119
# via hypercorn
120120
propcache==0.2.0
121-
# via yarl
121+
# via
122+
# aiohttp
123+
# yarl
122124
pycparser==2.22
123125
# via cffi
124-
pydantic==2.11.7
126+
pydantic==2.11.7
125127
# via openai
126-
pydantic-core==2.33.2
128+
pydantic-core==2.33.2
127129
# via pydantic
128130
pyjwt[crypto]==2.9.0
129-
# via msal
131+
# via
132+
# msal
133+
# pyjwt
130134
python-dotenv==1.0.1
131135
# via quartapp (pyproject.toml)
132136
pyyaml==6.0.2
@@ -153,6 +157,9 @@ typing-extensions==4.12.2
153157
# openai
154158
# pydantic
155159
# pydantic-core
160+
# typing-inspection
161+
typing-inspection==0.4.1
162+
# via pydantic
156163
urllib3==2.5.0
157164
# via requests
158165
uvicorn==0.34.3

0 commit comments

Comments
 (0)