Skip to content

Commit 01fa50f

Browse files
Bump aiohttp from 3.10.2 to 3.12.14 in /user-auth/graphtutorial
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.12.14. - [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.10.2...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2281af1 commit 01fa50f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

user-auth/graphtutorial/requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --output-file=requirements.txt --resolver=backtracking
66
#
7-
aiohappyeyeballs==2.3.5
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.10.2
9+
aiohttp==3.12.14
1010
# via microsoft-kiota-authentication-azure
11-
aiosignal==1.3.1
11+
aiosignal==1.4.0
1212
# via aiohttp
1313
anyio==4.3.0
1414
# via httpx
@@ -127,6 +127,10 @@ pendulum==3.0.0
127127
# microsoft-kiota-serialization-json
128128
portalocker==2.8.2
129129
# via msal-extensions
130+
propcache==0.3.2
131+
# via
132+
# aiohttp
133+
# yarl
130134
pycparser==2.21
131135
# via cffi
132136
pyjwt[crypto]==2.8.0
@@ -156,6 +160,7 @@ time-machine==2.14.0
156160
# via pendulum
157161
typing-extensions==4.10.0
158162
# via
163+
# aiosignal
159164
# anyio
160165
# azure-core
161166
# azure-identity
@@ -166,7 +171,7 @@ urllib3==2.2.2
166171
# via requests
167172
wrapt==1.16.0
168173
# via deprecated
169-
yarl==1.9.4
174+
yarl==1.20.1
170175
# via aiohttp
171176
zipp==3.19.1
172177
# via importlib-metadata

0 commit comments

Comments
 (0)