Skip to content

Commit e143b30

Browse files
authored
Merge pull request #221 from microsoftgraph/update-dependencies
Updated dependencies
2 parents 660df81 + 0f8184f commit e143b30

File tree

4 files changed

+122
-158
lines changed

4 files changed

+122
-158
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10"]
15+
python-version: ["3.9", "3.10"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

.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: 59 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -2,73 +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-
aiohappyeyeballs==2.3.5
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.10.2
9+
aiohttp==3.12.15
1010
# via microsoft-kiota-authentication-azure
11-
aiosignal==1.3.1
11+
aiosignal==1.4.0
1212
# via aiohttp
13-
anyio==4.3.0
13+
anyio==4.10.0
1414
# via httpx
15-
async-timeout==4.0.3
15+
async-timeout==5.0.1
1616
# via aiohttp
17-
attrs==23.2.0
17+
attrs==25.3.0
1818
# via aiohttp
19-
azure-core==1.31.0
19+
azure-core==1.35.0
2020
# via
2121
# azure-identity
2222
# microsoft-kiota-authentication-azure
23-
azure-identity==1.23.1
23+
azure-identity==1.24.0
2424
# via
2525
# -r requirements.in
2626
# msgraph-sdk
27-
certifi==2024.7.4
27+
certifi==2025.8.3
2828
# via
2929
# httpcore
3030
# httpx
3131
# requests
32-
cffi==1.16.0
32+
cffi==1.17.1
3333
# via cryptography
34-
charset-normalizer==3.3.2
34+
charset-normalizer==3.4.3
3535
# via requests
36-
cryptography==42.0.5
36+
cryptography==45.0.7
3737
# via
3838
# azure-identity
3939
# msal
4040
# pyjwt
41-
deprecated==1.2.14
42-
# via opentelemetry-api
43-
exceptiongroup==1.2.0
41+
exceptiongroup==1.3.0
4442
# via anyio
45-
frozenlist==1.4.1
43+
frozenlist==1.7.0
4644
# via
4745
# aiohttp
4846
# aiosignal
49-
h11==0.14.0
47+
h11==0.16.0
5048
# via httpcore
51-
h2==4.1.0
49+
h2==4.3.0
5250
# via httpx
53-
hpack==4.0.0
51+
hpack==4.1.0
5452
# via h2
55-
httpcore==1.0.4
53+
httpcore==1.0.9
5654
# via httpx
57-
httpx[http2]==0.27.0
55+
httpx[http2]==0.28.1
5856
# via
5957
# microsoft-kiota-http
6058
# msgraph-core
61-
hyperframe==6.0.1
59+
hyperframe==6.1.0
6260
# via h2
63-
idna==3.7
61+
idna==3.10
6462
# via
6563
# anyio
6664
# httpx
6765
# requests
6866
# yarl
69-
importlib-metadata==6.11.0
67+
importlib-metadata==8.7.0
7068
# via opentelemetry-api
71-
microsoft-kiota-abstractions==1.3.1
69+
microsoft-kiota-abstractions==1.9.6
7270
# via
7371
# microsoft-kiota-authentication-azure
7472
# microsoft-kiota-http
@@ -77,96 +75,80 @@ microsoft-kiota-abstractions==1.3.1
7775
# microsoft-kiota-serialization-multipart
7876
# microsoft-kiota-serialization-text
7977
# msgraph-core
80-
# msgraph-sdk
81-
microsoft-kiota-authentication-azure==1.0.0
82-
# via
83-
# msgraph-core
84-
# msgraph-sdk
85-
microsoft-kiota-http==1.3.1
86-
# via
87-
# msgraph-core
88-
# msgraph-sdk
89-
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
9083
# via msgraph-sdk
91-
microsoft-kiota-serialization-json==1.3.0
84+
microsoft-kiota-serialization-json==1.9.6
9285
# via msgraph-sdk
93-
microsoft-kiota-serialization-multipart==0.1.0
86+
microsoft-kiota-serialization-multipart==1.9.6
9487
# via msgraph-sdk
95-
microsoft-kiota-serialization-text==1.0.0
88+
microsoft-kiota-serialization-text==1.9.6
9689
# via msgraph-sdk
97-
msal==1.31.0
90+
msal==1.33.0
9891
# via
9992
# azure-identity
10093
# msal-extensions
101-
msal-extensions==1.2.0
94+
msal-extensions==1.3.1
10295
# via azure-identity
103-
msgraph-core==1.0.0
96+
msgraph-core==1.3.5
10497
# via msgraph-sdk
105-
msgraph-sdk==1.16.0
98+
msgraph-sdk==1.40.0
10699
# via -r requirements.in
107-
multidict==6.0.5
100+
multidict==6.6.4
108101
# via
109102
# aiohttp
110103
# yarl
111-
opentelemetry-api==1.23.0
104+
opentelemetry-api==1.36.0
112105
# via
113106
# microsoft-kiota-abstractions
114107
# microsoft-kiota-authentication-azure
115108
# microsoft-kiota-http
116109
# opentelemetry-sdk
117-
opentelemetry-sdk==1.23.0
110+
# opentelemetry-semantic-conventions
111+
opentelemetry-sdk==1.36.0
118112
# via
119113
# microsoft-kiota-abstractions
120114
# microsoft-kiota-authentication-azure
121115
# microsoft-kiota-http
122-
opentelemetry-semantic-conventions==0.44b0
116+
opentelemetry-semantic-conventions==0.57b0
123117
# via opentelemetry-sdk
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.32.4
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
161143
# azure-identity
144+
# exceptiongroup
145+
# multidict
146+
# opentelemetry-api
162147
# opentelemetry-sdk
163-
tzdata==2024.1
164-
# via pendulum
148+
# opentelemetry-semantic-conventions
165149
urllib3==2.5.0
166150
# via requests
167-
wrapt==1.16.0
168-
# via deprecated
169-
yarl==1.9.4
151+
yarl==1.20.1
170152
# via aiohttp
171-
zipp==3.19.1
153+
zipp==3.23.0
172154
# via importlib-metadata

0 commit comments

Comments
 (0)