Skip to content

Commit 1a50a77

Browse files
chore(deps): consolidate dependabot dependency updates
Combines 12 open dependabot PRs into a single update: requirements-dev.txt: - azure-core: 1.38.0 -> 1.39.0 (#1022) - azure-identity: 1.25.1 -> 1.25.3 (#1022) - certifi: 2025.8.3 -> 2026.2.25 (#1025) - microsoft-kiota-abstractions: 1.9.7 -> 1.9.10 (#1021) - microsoft-kiota-authentication-azure: 1.9.7 -> 1.9.10 (#1021) - microsoft-kiota-http: 1.9.7 -> 1.9.10 (#1021) - microsoft-kiota-serialization-form: 1.9.7 -> 1.9.10 (#1021) - microsoft-kiota-serialization-json: 1.9.7 -> 1.9.10 (#1021) - microsoft-kiota-serialization-multipart: 1.9.7 -> 1.9.10 (#1021) - microsoft-kiota-serialization-text: 1.9.7 -> 1.9.10 (#1021) - msal: 1.34.0 -> 1.36.0 (#1023) - mypy: 1.17.1 -> 1.19.1 (#1027) - opentelemetry-api: 1.38.0 -> 1.41.1 (#1020) - opentelemetry-sdk: 1.38.0 -> 1.41.1 (#1020) - opentelemetry-semantic-conventions: 0.59b0 -> 0.62b1 (#1020) - packaging: 25.0 -> 26.1 (#1032) - PyJWT: 2.12.0 -> 2.12.1 (#1026) - tomli: 2.3.0 -> 2.4.1 (#1029) - wrapt: 2.0.1 -> 2.1.2 (#1024) GitHub Actions: - googleapis/release-please-action: v4 -> v5 (#1037) - dependabot/fetch-metadata: v3.0.0 -> v3.1.0 (#1034) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fde9acc commit 1a50a77

3 files changed

Lines changed: 21 additions & 21 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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ anyio==4.12.0
44
astroid==3.3.11
55
async-timeout==5.0.1
66
attrs==25.4.0
7-
azure-core==1.38.0
8-
azure-identity==1.25.1
7+
azure-core==1.39.0
8+
azure-identity==1.25.3
99
build==1.3.0
1010
bumpver==2025.1131
11-
certifi==2025.8.3
11+
certifi==2026.2.25
1212
cffi==2.0.0
1313
click==8.1.8
1414
colorama==0.4.6
@@ -32,28 +32,28 @@ lazy-object-proxy==1.12.0
3232
lexid==2021.1006
3333
looseversion==1.3.0
3434
mccabe==0.7.0
35-
microsoft-kiota-abstractions==1.9.7
36-
microsoft-kiota-authentication-azure==1.9.7
37-
microsoft-kiota-http==1.9.7
38-
microsoft-kiota-serialization-form==1.9.7
39-
microsoft-kiota-serialization-json==1.9.7
40-
microsoft-kiota-serialization-multipart==1.9.7
41-
microsoft-kiota-serialization-text==1.9.7
42-
msal==1.34.0
35+
microsoft-kiota-abstractions==1.9.10
36+
microsoft-kiota-authentication-azure==1.9.10
37+
microsoft-kiota-http==1.9.10
38+
microsoft-kiota-serialization-form==1.9.10
39+
microsoft-kiota-serialization-json==1.9.10
40+
microsoft-kiota-serialization-multipart==1.9.10
41+
microsoft-kiota-serialization-text==1.9.10
42+
msal==1.36.0
4343
msal-extensions==1.3.1
4444
msgraph-core==1.3.8
4545
multidict==6.7.1
46-
mypy==1.17.1
46+
mypy==1.19.1
4747
mypy-extensions==1.1.0
48-
opentelemetry-api==1.38.0
49-
opentelemetry-sdk==1.38.0
50-
opentelemetry-semantic-conventions==0.59b0
51-
packaging==25.0
48+
opentelemetry-api==1.41.1
49+
opentelemetry-sdk==1.41.1
50+
opentelemetry-semantic-conventions==0.62b1
51+
packaging==26.1
5252
pathlib2==2.3.7.post1
5353
platformdirs==4.4.0
5454
portalocker==2.10.1
5555
pycparser==2.23
56-
PyJWT==2.12.0
56+
PyJWT==2.12.1
5757
pylint==3.3.9
5858
pyproject_hooks==1.2.0
5959
python-dateutil==2.9.0.post0
@@ -63,14 +63,14 @@ sniffio==1.3.1
6363
std-uritemplate==2.0.0
6464
time-machine==2.19.0
6565
toml==0.10.2
66-
tomli==2.3.0
66+
tomli==2.4.1
6767
tomli_w==1.2.0
6868
tomlkit==0.13.3
6969
typing_extensions==4.15.0
7070
tzdata==2025.2
7171
uritemplate==4.2.0
7272
urllib3==2.6.3
73-
wrapt==2.0.1
73+
wrapt==2.1.2
7474
yapf==0.43.0
7575
yarl==1.20.1
7676
zipp==3.23.0

0 commit comments

Comments
 (0)