Skip to content

Commit ae7a96d

Browse files
Merge pull request #952 from microsoftgraph/mmainer/ci-deps-generated-mergegroup
chore: update to use merge queue, update deps
2 parents c18f56f + 3c03aef commit ae7a96d

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: [ main, dev ]
99
workflow_call:
10+
merge_group:
1011

1112
jobs:
1213
validate:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
branches: [ "main" ]
1919
schedule:
2020
- cron: '1 * * * 1'
21+
merge_group:
2122

2223
jobs:
2324
analyze:

requirements-dev.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ anyio==4.10.0
44
astroid==3.3.11
55
async-timeout==5.0.1
66
attrs==25.3.0
7-
azure-core==1.35.0
8-
azure-identity==1.24.0
7+
azure-core==1.35.1
8+
azure-identity==1.25.0
99
build==1.3.0
1010
bumpver==2025.1131
1111
certifi==2025.8.3
12-
cffi==1.17.1
12+
cffi==2.0.0
1313
charset-normalizer==3.4.3
1414
click==8.1.8
1515
colorama==0.4.6
@@ -29,31 +29,31 @@ hyperframe==6.1.0
2929
idna==3.10
3030
importlib-metadata==6.8.0
3131
isort==6.0.1
32-
lazy-object-proxy==1.11.0
32+
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.6
37-
microsoft-kiota-authentication-azure==1.9.6
38-
microsoft-kiota-http==1.9.6
39-
microsoft-kiota-serialization-form==1.9.6
40-
microsoft-kiota-serialization-json==1.9.6
41-
microsoft-kiota-serialization-multipart==1.9.6
42-
microsoft-kiota-serialization-text==1.9.6
36+
microsoft-kiota-abstractions==1.9.7
37+
microsoft-kiota-authentication-azure==1.9.7
38+
microsoft-kiota-http==1.9.7
39+
microsoft-kiota-serialization-form==1.9.7
40+
microsoft-kiota-serialization-json==1.9.7
41+
microsoft-kiota-serialization-multipart==1.9.7
42+
microsoft-kiota-serialization-text==1.9.7
4343
msal==1.33.0
4444
msal-extensions==1.3.1
4545
msgraph-core==1.3.5
4646
multidict==6.6.4
4747
mypy==1.17.1
4848
mypy-extensions==1.1.0
49-
opentelemetry-api==1.36.0
50-
opentelemetry-sdk==1.36.0
51-
opentelemetry-semantic-conventions==0.57b0
49+
opentelemetry-api==1.37.0
50+
opentelemetry-sdk==1.37.0
51+
opentelemetry-semantic-conventions==0.58b0
5252
packaging==25.0
5353
pathlib2==2.3.7.post1
54-
platformdirs==4.3.8
54+
platformdirs==4.4.0
5555
portalocker==2.10.1
56-
pycparser==2.22
56+
pycparser==2.23
5757
PyJWT==2.9.0
5858
pylint==3.3.8
5959
pyproject_hooks==1.2.0

0 commit comments

Comments
 (0)