Skip to content

Commit bb81f19

Browse files
Bump aiohttp from 3.8.6 to 3.9.0 in /scripts (#1009)
* Bump aiohttp from 3.8.6 to 3.9.0 in /scripts Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update in backend too --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox <[email protected]>
1 parent 841b3d3 commit bb81f19

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

app/backend/requirements.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
#
77
aiofiles==23.2.1
88
# via quart
9-
aiohttp==3.8.6
9+
aiohttp==3.9.0
1010
# via
1111
# -r requirements.in
1212
# openai
1313
aiosignal==1.3.1
1414
# via aiohttp
1515
asgiref==3.7.2
1616
# via opentelemetry-instrumentation-asgi
17-
async-timeout==4.0.3
18-
# via aiohttp
1917
attrs==23.1.0
2018
# via aiohttp
2119
azure-common==1.1.28
@@ -52,9 +50,7 @@ certifi==2023.7.22
5250
cffi==1.16.0
5351
# via cryptography
5452
charset-normalizer==3.3.2
55-
# via
56-
# aiohttp
57-
# requests
53+
# via requests
5854
click==8.1.7
5955
# via
6056
# flask

scripts/requirements.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
#
55
# pip-compile requirements.in
66
#
7-
aiohttp==3.8.6
7+
aiohttp==3.9.0
88
# via openai
99
aiosignal==1.3.1
1010
# via aiohttp
11-
async-timeout==4.0.3
12-
# via aiohttp
1311
attrs==23.1.0
1412
# via aiohttp
1513
azure-ai-formrecognizer==3.3.2
@@ -43,9 +41,7 @@ certifi==2023.7.22
4341
cffi==1.16.0
4442
# via cryptography
4543
charset-normalizer==3.3.2
46-
# via
47-
# aiohttp
48-
# requests
44+
# via requests
4945
cryptography==41.0.6
5046
# via
5147
# azure-identity

0 commit comments

Comments
 (0)