Skip to content

Commit 5a1fc7a

Browse files
chore: consolidate dependabot updates and bump kiota libraries to 1.10.1
Consolidates the following open dependabot PRs: - #1477: packaging 26.1 -> 26.2 - #1476: tomlkit 0.14.0 -> 0.15.0 - #1475: certifi 2025.8.3 -> 2026.4.22 - #1474: tzdata 2026.1 -> 2026.2 - #1473: idna 3.11 -> 3.14 - #1472: std-uritemplate >=2.0.0 -> >=2.0.8 - #1471: build 1.4.3 -> 1.4.4 - #1470: cryptography 46.0.7 -> 48.0.0 - #1469: wrapt 1.17.3 -> 2.1.2 - #1468: opentelemetry group 1.41.0 -> 1.41.1 Additionally bumps all microsoft-kiota libraries from 1.9.10 to 1.10.1 in both requirements-dev.txt and pyproject.toml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 69b8936 commit 5a1fc7a

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "The Microsoft Graph Python SDK"
1313
dependencies = [
1414
"azure-identity >=1.12.0",
15-
"microsoft-kiota-serialization-json >=1.8.0,<2.0.0",
16-
"microsoft-kiota-serialization-text >=1.8.0,<2.0.0",
17-
"microsoft-kiota-serialization-form >=1.8.0,<2.0.0",
18-
"microsoft-kiota-serialization-multipart >=1.8.0,<2.0.0",
15+
"microsoft-kiota-serialization-json >=1.10.1,<2.0.0",
16+
"microsoft-kiota-serialization-text >=1.10.1,<2.0.0",
17+
"microsoft-kiota-serialization-form >=1.10.1,<2.0.0",
18+
"microsoft-kiota-serialization-multipart >=1.10.1,<2.0.0",
1919
"msgraph_core >=1.3.1"
2020

2121
]

requirements-dev.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ async-timeout==5.0.1
66
attrs==26.1.0
77
azure-core==1.39.0
88
azure-identity==1.25.3
9-
build==1.4.3
9+
build==1.4.4
1010
bumpver==2025.1131
11-
certifi==2025.8.3
11+
certifi==2026.4.22
1212
cffi==2.0.0
1313
charset-normalizer==3.4.7
1414
click==8.1.8
1515
colorama==0.4.6
16-
cryptography==46.0.7
16+
cryptography==48.0.0
1717
Deprecated==1.3.1
1818
dill==0.4.1
1919
docutils==0.22.4
@@ -26,30 +26,30 @@ hpack==4.1.0
2626
httpcore==1.0.9
2727
httpx==0.28.1
2828
hyperframe==6.1.0
29-
idna==3.11
29+
idna==3.14
3030
importlib-metadata==8.5.0
3131
isort==6.1.0
3232
lazy-object-proxy==1.12.0
3333
lexid==2021.1006
3434
looseversion==1.3.0
3535
mccabe==0.7.0
36-
microsoft-kiota-abstractions==1.9.10
37-
microsoft-kiota-authentication-azure==1.9.10
38-
microsoft-kiota-http==1.9.10
39-
microsoft-kiota-serialization-form==1.9.10
40-
microsoft-kiota-serialization-json==1.9.10
41-
microsoft-kiota-serialization-multipart==1.9.10
42-
microsoft-kiota-serialization-text==1.9.10
36+
microsoft-kiota-abstractions==1.10.1
37+
microsoft-kiota-authentication-azure==1.10.1
38+
microsoft-kiota-http==1.10.1
39+
microsoft-kiota-serialization-form==1.10.1
40+
microsoft-kiota-serialization-json==1.10.1
41+
microsoft-kiota-serialization-multipart==1.10.1
42+
microsoft-kiota-serialization-text==1.10.1
4343
msal==1.36.0
4444
msal-extensions==1.3.1
4545
msgraph-core==1.3.8
4646
multidict==6.7.1
4747
mypy==1.19.1
4848
mypy-extensions==1.1.0
49-
opentelemetry-api==1.41.0
50-
opentelemetry-sdk==1.41.0
51-
opentelemetry-semantic-conventions==0.62b0
52-
packaging==26.1
49+
opentelemetry-api==1.41.1
50+
opentelemetry-sdk==1.41.1
51+
opentelemetry-semantic-conventions==0.62b1
52+
packaging==26.2
5353
pathlib2==2.3.7.post1
5454
platformdirs==4.4.0
5555
portalocker==2.10.1
@@ -61,17 +61,17 @@ python-dateutil==2.9.0.post0
6161
requests==2.32.5
6262
six==1.17.0
6363
sniffio==1.3.1
64-
std-uritemplate>=2.0.0
64+
std-uritemplate>=2.0.8
6565
time-machine==2.19.0
6666
toml==0.10.2
6767
tomli==2.4.1
6868
tomli_w==1.2.0
69-
tomlkit==0.14.0
69+
tomlkit==0.15.0
7070
typing_extensions==4.15.0
71-
tzdata==2026.1
71+
tzdata==2026.2
7272
uritemplate==4.2.0
7373
urllib3==2.6.3
74-
wrapt==1.17.3
74+
wrapt==2.1.2
7575
yapf==0.43.0
7676
yarl==1.22.0
7777
zipp==3.23.1

0 commit comments

Comments
 (0)