Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b718065
chore(deps): bump actions/checkout from 4 to 5
dependabot[bot] Aug 12, 2025
a949d97
chore(deps-dev): bump charset-normalizer from 3.4.2 to 3.4.3
dependabot[bot] Aug 12, 2025
8cfa20b
chore(deps-dev): bump multidict from 6.6.3 to 6.6.4
dependabot[bot] Aug 21, 2025
6f3bc44
chore(deps-dev): bump wrapt from 1.17.2 to 1.17.3
dependabot[bot] Aug 21, 2025
e0be78d
chore(deps-dev): bump lazy-object-proxy from 1.11.0 to 1.12.0
dependabot[bot] Sep 17, 2025
1549441
chore(deps-dev): bump platformdirs from 4.3.8 to 4.4.0
dependabot[bot] Sep 17, 2025
8a23005
chore(deps-dev): bump cffi from 1.17.1 to 2.0.0
dependabot[bot] Sep 17, 2025
2856102
chore(deps-dev): bump the azure-identity group across 1 directory wit…
dependabot[bot] Sep 17, 2025
9ba8201
chore(deps-dev): bump the open-telemetry group with 3 updates
dependabot[bot] Sep 17, 2025
07e503f
chore(deps-dev): bump the kiota group with 7 updates
dependabot[bot] Sep 17, 2025
b73473c
ci: use merge groups to save time
MIchaelMainer Sep 24, 2025
6954e45
Merge remote-tracking branch 'remotes/origin/dependabot/github_action…
MIchaelMainer Sep 24, 2025
052a8ca
Merge remote-tracking branch 'remotes/origin/dependabot/pip/azure-ide…
MIchaelMainer Sep 24, 2025
0b26f1a
Merge remote-tracking branch 'remotes/origin/dependabot/pip/cffi-2.0.…
MIchaelMainer Sep 24, 2025
160a1cd
Merge remote-tracking branch 'remotes/origin/dependabot/pip/charset-n…
MIchaelMainer Sep 24, 2025
96bfc3b
Merge remote-tracking branch 'remotes/origin/dependabot/pip/kiota-93f…
MIchaelMainer Sep 24, 2025
ffabef3
Merge remote-tracking branch 'remotes/origin/dependabot/pip/lazy-obje…
MIchaelMainer Sep 24, 2025
929a3f7
Merge remote-tracking branch 'remotes/origin/dependabot/pip/multidict…
MIchaelMainer Sep 24, 2025
b5adeed
Merge remote-tracking branch 'remotes/origin/dependabot/pip/open-tele…
MIchaelMainer Sep 24, 2025
250c8b9
Merge remote-tracking branch 'remotes/origin/dependabot/pip/platformd…
MIchaelMainer Sep 24, 2025
10488c3
Merge remote-tracking branch 'remotes/origin/dependabot/pip/pycparser…
MIchaelMainer Sep 24, 2025
3c03aef
Merge remote-tracking branch 'remotes/origin/dependabot/pip/wrapt-1.1…
MIchaelMainer Sep 24, 2025
9c9754f
Merge branch 'main' into mmainer/ci-deps-generated-mergegroup
MIchaelMainer Sep 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches: [ main, dev ]
workflow_call:
merge_group:

jobs:
validate:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
branches: [ "main" ]
schedule:
- cron: '1 * * * 1'
merge_group:

jobs:
analyze:
Expand Down
30 changes: 15 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ anyio==4.10.0
astroid==3.3.11
async-timeout==5.0.1
attrs==25.3.0
azure-core==1.35.0
azure-identity==1.24.0
azure-core==1.35.1
azure-identity==1.25.0
build==1.3.0
bumpver==2025.1131
certifi==2025.8.3
cffi==1.17.1
cffi==2.0.0
charset-normalizer==3.4.3
click==8.1.8
colorama==0.4.6
Expand All @@ -29,29 +29,29 @@ hyperframe==6.1.0
idna==3.10
importlib-metadata==6.8.0
isort==6.0.1
lazy-object-proxy==1.11.0
lazy-object-proxy==1.12.0
lexid==2021.1006
looseversion==1.3.0
mccabe==0.7.0
microsoft-kiota-abstractions==1.9.6
microsoft-kiota-authentication-azure==1.9.6
microsoft-kiota-http==1.9.6
microsoft-kiota-serialization-form==1.9.6
microsoft-kiota-serialization-json==1.9.6
microsoft-kiota-serialization-multipart==1.9.6
microsoft-kiota-serialization-text==1.9.6
microsoft-kiota-abstractions==1.9.7
microsoft-kiota-authentication-azure==1.9.7
microsoft-kiota-http==1.9.7
microsoft-kiota-serialization-form==1.9.7
microsoft-kiota-serialization-json==1.9.7
microsoft-kiota-serialization-multipart==1.9.7
microsoft-kiota-serialization-text==1.9.7
msal==1.33.0
msal-extensions==1.3.1
msgraph-core==1.3.5
multidict==6.6.4
mypy==1.17.1
mypy-extensions==1.1.0
opentelemetry-api==1.36.0
opentelemetry-sdk==1.36.0
opentelemetry-semantic-conventions==0.57b0
opentelemetry-api==1.37.0
opentelemetry-sdk==1.37.0
opentelemetry-semantic-conventions==0.58b0
packaging==25.0
pathlib2==2.3.7.post1
platformdirs==4.3.8
platformdirs==4.4.0
portalocker==2.10.1
pycparser==2.23
PyJWT==2.9.0
Expand Down