Skip to content

Commit 0f34878

Browse files
chore(deps): consolidate dependabot dependency updates
Combines 12 open dependabot PRs into a single update: requirements-dev.txt: - anyio: 4.10.0 -> 4.12.1 (microsoftgraph#1458) - attrs: 25.3.0 -> 26.1.0 (microsoftgraph#1460) - azure-core: 1.38.0 -> 1.39.0 (microsoftgraph#1438) - azure-identity: 1.25.1 -> 1.25.3 (microsoftgraph#1438) - msal: 1.33.0 -> 1.36.0 (microsoftgraph#1457) - multidict: 6.7.0 -> 6.7.1 (microsoftgraph#1452) - PyJWT: 2.12.0 -> 2.12.1 (microsoftgraph#1459) - tomli: 2.3.0 -> 2.4.1 (microsoftgraph#1453) - tomlkit: 0.13.3 -> 0.14.0 (microsoftgraph#1454) - tzdata: 2025.2 -> 2026.1 (microsoftgraph#1455) - zipp: 3.23.0 -> 3.23.1 (microsoftgraph#1456) GitHub Actions: - googleapis/release-please-action: v4 -> v5 (microsoftgraph#1463) - dependabot/fetch-metadata: v3.0.0 -> v3.1.0 (microsoftgraph#1451) Note: msal bump to 1.36.0 resolves the dependency conflict that caused PR microsoftgraph#1438 to fail (azure-identity 1.25.3 requires msal>=1.35.1). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent adecf1b commit 0f34878

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Dependabot metadata
1919
id: metadata
20-
uses: dependabot/fetch-metadata@v3.0.0
20+
uses: dependabot/fetch-metadata@v3.1.0
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
3030

3131
- name: Release Please
32-
uses: googleapis/release-please-action@v4
32+
uses: googleapis/release-please-action@v5
3333
with:
3434
token: ${{ steps.app-token.outputs.token }}
3535
config-file: release-please-config.json

requirements-dev.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
aiohttp==3.13.5
22
aiosignal==1.4.0
3-
anyio==4.10.0
3+
anyio==4.12.1
44
astroid==3.3.11
55
async-timeout==5.0.1
6-
attrs==25.3.0
7-
azure-core==1.38.0
8-
azure-identity==1.25.1
6+
attrs==26.1.0
7+
azure-core==1.39.0
8+
azure-identity==1.25.3
99
build==1.4.3
1010
bumpver==2025.1131
1111
certifi==2025.8.3
@@ -40,10 +40,10 @@ microsoft-kiota-serialization-form==1.9.10
4040
microsoft-kiota-serialization-json==1.9.10
4141
microsoft-kiota-serialization-multipart==1.9.10
4242
microsoft-kiota-serialization-text==1.9.10
43-
msal==1.33.0
43+
msal==1.36.0
4444
msal-extensions==1.3.1
4545
msgraph-core==1.3.8
46-
multidict==6.7.0
46+
multidict==6.7.1
4747
mypy==1.19.1
4848
mypy-extensions==1.1.0
4949
opentelemetry-api==1.41.0
@@ -54,7 +54,7 @@ pathlib2==2.3.7.post1
5454
platformdirs==4.4.0
5555
portalocker==2.10.1
5656
pycparser==2.23
57-
PyJWT==2.12.0
57+
PyJWT==2.12.1
5858
pylint==3.3.9
5959
pyproject_hooks==1.2.0
6060
python-dateutil==2.9.0.post0
@@ -64,14 +64,14 @@ sniffio==1.3.1
6464
std-uritemplate>=2.0.0
6565
time-machine==2.19.0
6666
toml==0.10.2
67-
tomli==2.3.0
67+
tomli==2.4.1
6868
tomli_w==1.2.0
69-
tomlkit==0.13.3
69+
tomlkit==0.14.0
7070
typing_extensions==4.15.0
71-
tzdata==2025.2
71+
tzdata==2026.1
7272
uritemplate==4.2.0
7373
urllib3==2.6.3
7474
wrapt==1.17.3
7575
yapf==0.43.0
7676
yarl==1.22.0
77-
zipp==3.23.0
77+
zipp==3.23.1

0 commit comments

Comments
 (0)