Skip to content

Commit 8b25696

Browse files
committed
Updated dependencies
1 parent 4e3076c commit 8b25696

File tree

3 files changed

+126
-160
lines changed

3 files changed

+126
-160
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"configurations": [
77
{
88
"name": "Python: main",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/user-auth/graphtutorial/main.py",
1212
"cwd": "${workspaceFolder}/user-auth/graphtutorial",
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"name": "Python: main (app-only)",
18-
"type": "python",
18+
"type": "debugpy",
1919
"request": "launch",
2020
"program": "${workspaceFolder}/app-auth/graphapponlytutorial/main.py",
2121
"cwd": "${workspaceFolder}/app-auth/graphapponlytutorial",

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 62 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -2,71 +2,71 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt --resolver=backtracking
5+
# pip-compile --output-file=requirements.txt
66
#
7-
aiohttp==3.9.4
7+
aiohappyeyeballs==2.6.1
8+
# via aiohttp
9+
aiohttp==3.12.15
810
# via microsoft-kiota-authentication-azure
9-
aiosignal==1.3.1
11+
aiosignal==1.4.0
1012
# via aiohttp
11-
anyio==4.3.0
13+
anyio==4.10.0
1214
# via httpx
13-
async-timeout==4.0.3
15+
async-timeout==5.0.1
1416
# via aiohttp
15-
attrs==23.2.0
17+
attrs==25.3.0
1618
# via aiohttp
17-
azure-core==1.30.1
19+
azure-core==1.35.0
1820
# via
1921
# azure-identity
2022
# microsoft-kiota-authentication-azure
21-
azure-identity==1.16.0
23+
azure-identity==1.24.0
2224
# via
2325
# -r requirements.in
2426
# msgraph-sdk
25-
certifi==2024.2.2
27+
certifi==2025.8.3
2628
# via
2729
# httpcore
2830
# httpx
2931
# requests
30-
cffi==1.16.0
32+
cffi==1.17.1
3133
# via cryptography
32-
charset-normalizer==3.3.2
34+
charset-normalizer==3.4.3
3335
# via requests
34-
cryptography==42.0.5
36+
cryptography==45.0.7
3537
# via
3638
# azure-identity
3739
# msal
3840
# pyjwt
39-
deprecated==1.2.14
40-
# via opentelemetry-api
41-
exceptiongroup==1.2.0
41+
exceptiongroup==1.3.0
4242
# via anyio
43-
frozenlist==1.4.1
43+
frozenlist==1.7.0
4444
# via
4545
# aiohttp
4646
# aiosignal
47-
h11==0.14.0
47+
h11==0.16.0
4848
# via httpcore
49-
h2==4.1.0
49+
h2==4.3.0
5050
# via httpx
51-
hpack==4.0.0
51+
hpack==4.1.0
5252
# via h2
53-
httpcore==1.0.4
53+
httpcore==1.0.9
5454
# via httpx
55-
httpx[http2]==0.27.0
55+
httpx[http2]==0.28.1
5656
# via
5757
# microsoft-kiota-http
5858
# msgraph-core
59-
hyperframe==6.0.1
59+
hyperframe==6.1.0
6060
# via h2
61-
idna==3.7
61+
idna==3.10
6262
# via
6363
# anyio
6464
# httpx
6565
# requests
6666
# yarl
67-
importlib-metadata==6.11.0
67+
importlib-metadata==8.7.0
6868
# via opentelemetry-api
69-
microsoft-kiota-abstractions==1.3.1
69+
microsoft-kiota-abstractions==1.9.6
7070
# via
7171
# microsoft-kiota-authentication-azure
7272
# microsoft-kiota-http
@@ -75,97 +75,80 @@ microsoft-kiota-abstractions==1.3.1
7575
# microsoft-kiota-serialization-multipart
7676
# microsoft-kiota-serialization-text
7777
# msgraph-core
78-
# msgraph-sdk
79-
microsoft-kiota-authentication-azure==1.0.0
80-
# via
81-
# msgraph-core
82-
# msgraph-sdk
83-
microsoft-kiota-http==1.3.1
84-
# via
85-
# msgraph-core
86-
# msgraph-sdk
87-
microsoft-kiota-serialization-form==0.1.0
78+
microsoft-kiota-authentication-azure==1.9.6
79+
# via msgraph-core
80+
microsoft-kiota-http==1.9.6
81+
# via msgraph-core
82+
microsoft-kiota-serialization-form==1.9.6
8883
# via msgraph-sdk
89-
microsoft-kiota-serialization-json==1.1.0
84+
microsoft-kiota-serialization-json==1.9.6
9085
# via msgraph-sdk
91-
microsoft-kiota-serialization-multipart==0.1.0
86+
microsoft-kiota-serialization-multipart==1.9.6
9287
# via msgraph-sdk
93-
microsoft-kiota-serialization-text==1.0.0
88+
microsoft-kiota-serialization-text==1.9.6
9489
# via msgraph-sdk
95-
msal==1.27.0
90+
msal==1.33.0
9691
# via
9792
# azure-identity
9893
# msal-extensions
99-
msal-extensions==1.1.0
94+
msal-extensions==1.3.1
10095
# via azure-identity
101-
msgraph-core==1.0.0
96+
msgraph-core==1.3.5
10297
# via msgraph-sdk
103-
msgraph-sdk==1.2.0
98+
msgraph-sdk==1.40.0
10499
# via -r requirements.in
105-
multidict==6.0.5
100+
multidict==6.6.4
106101
# via
107102
# aiohttp
108103
# yarl
109-
opentelemetry-api==1.23.0
104+
opentelemetry-api==1.36.0
110105
# via
111106
# microsoft-kiota-abstractions
112107
# microsoft-kiota-authentication-azure
113108
# microsoft-kiota-http
114109
# opentelemetry-sdk
115-
opentelemetry-sdk==1.23.0
110+
# opentelemetry-semantic-conventions
111+
opentelemetry-sdk==1.36.0
116112
# via
117113
# microsoft-kiota-abstractions
118114
# microsoft-kiota-authentication-azure
119115
# microsoft-kiota-http
120-
opentelemetry-semantic-conventions==0.44b0
116+
opentelemetry-semantic-conventions==0.57b0
121117
# via opentelemetry-sdk
122-
packaging==24.0
123-
# via msal-extensions
124-
pendulum==3.0.0
118+
propcache==0.3.2
125119
# via
126-
# microsoft-kiota-serialization-form
127-
# microsoft-kiota-serialization-json
128-
portalocker==2.8.2
129-
# via msal-extensions
130-
pycparser==2.21
120+
# aiohttp
121+
# yarl
122+
pycparser==2.22
131123
# via cffi
132-
pyjwt[crypto]==2.8.0
124+
pyjwt[crypto]==2.10.1
133125
# via
134126
# msal
135127
# pyjwt
136-
python-dateutil==2.9.0.post0
137-
# via
138-
# microsoft-kiota-serialization-text
139-
# pendulum
140-
# time-machine
141-
requests==2.31.0
128+
requests==2.32.5
142129
# via
143130
# azure-core
144131
# msal
145-
six==1.16.0
146-
# via
147-
# azure-core
148-
# python-dateutil
132+
six==1.17.0
133+
# via azure-core
149134
sniffio==1.3.1
150-
# via
151-
# anyio
152-
# httpx
153-
std-uritemplate==0.0.54
135+
# via anyio
136+
std-uritemplate==2.0.5
154137
# via microsoft-kiota-abstractions
155-
time-machine==2.14.0
156-
# via pendulum
157-
typing-extensions==4.10.0
138+
typing-extensions==4.15.0
158139
# via
140+
# aiosignal
159141
# anyio
160142
# azure-core
143+
# azure-identity
144+
# exceptiongroup
145+
# multidict
146+
# opentelemetry-api
161147
# opentelemetry-sdk
162-
tzdata==2024.1
163-
# via pendulum
164-
urllib3==2.2.1
148+
# opentelemetry-semantic-conventions
149+
urllib3==2.5.0
165150
# via requests
166-
wrapt==1.16.0
167-
# via deprecated
168-
yarl==1.9.4
151+
yarl==1.20.1
169152
# via aiohttp
170-
zipp==3.18.0
153+
zipp==3.23.0
171154
# via importlib-metadata

0 commit comments

Comments
 (0)