Skip to content

Commit ef55221

Browse files
chore(deps): consolidate open dependabot dependency updates
Combines the 13 open dependabot PRs into a single update. requirements-dev.txt: - aiohttp: 3.13.5 -> 3.14.1 (#1530; supersedes #1521 -> 3.14.0) - astroid: 4.0.2 -> 4.1.2 (pylint group #1529) - pylint: 4.0.5 -> 4.0.6 (pylint group #1529) - click: 8.1.8 -> 8.4.1 (#1519) - cryptography: 46.0.7 -> 48.0.1 (#1531) - docutils: 0.22.4 -> 0.23 (#1522) - microsoft-kiota-*: 1.10.1 -> 1.10.2 (kiota group #1516) - msal: 1.36.0 -> 1.37.0 (#1523) - opentelemetry-api/sdk: 1.42.0 -> 1.42.1 (open-telemetry group #1515) - opentelemetry-semantic-conventions: 0.63b0 -> 0.63b1 (#1515) - platformdirs: 4.9.6 -> 4.10.0 (#1518) - PyJWT: 2.12.1 -> 2.13.0 (#1520) - wrapt: 2.2.0 -> 2.2.1 (#1517) GitHub Actions: - actions/checkout: v6 -> v7 (#1532) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1bf9c50 commit ef55221

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v6
2323
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v7
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.github/workflows/validate-public-api-surface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
validate-public-api-surface:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
2121
id: generatePatch
2222
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main

requirements-dev.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
aiohttp==3.13.5
1+
aiohttp==3.14.1
22
aiosignal==1.4.0
33
anyio==4.13.0
4-
astroid==4.0.2
4+
astroid==4.1.2
55
async-timeout==5.0.1
66
attrs==26.1.0
77
azure-core==1.41.0
@@ -11,12 +11,12 @@ bumpver==2025.1131
1111
certifi==2026.5.20
1212
cffi==2.0.0
1313
charset-normalizer==3.4.7
14-
click==8.1.8
14+
click==8.4.1
1515
colorama==0.4.6
16-
cryptography==46.0.7
16+
cryptography==48.0.1
1717
Deprecated==1.3.1
1818
dill==0.4.1
19-
docutils==0.22.4
19+
docutils==0.23
2020
flit==3.12.0
2121
flit_core==3.12.0
2222
frozenlist==1.8.0
@@ -33,29 +33,29 @@ 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.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
43-
msal==1.36.0
36+
microsoft-kiota-abstractions==1.10.2
37+
microsoft-kiota-authentication-azure==1.10.2
38+
microsoft-kiota-http==1.10.2
39+
microsoft-kiota-serialization-form==1.10.2
40+
microsoft-kiota-serialization-json==1.10.2
41+
microsoft-kiota-serialization-multipart==1.10.2
42+
microsoft-kiota-serialization-text==1.10.2
43+
msal==1.37.0
4444
msal-extensions==1.3.1
4545
msgraph-core==1.4.0
4646
multidict==6.7.1
4747
mypy==2.1.0
4848
mypy-extensions==1.1.0
49-
opentelemetry-api==1.42.0
50-
opentelemetry-sdk==1.42.0
51-
opentelemetry-semantic-conventions==0.63b0
49+
opentelemetry-api==1.42.1
50+
opentelemetry-sdk==1.42.1
51+
opentelemetry-semantic-conventions==0.63b1
5252
packaging==26.1
5353
pathlib2==2.3.7.post1
54-
platformdirs==4.9.6
54+
platformdirs==4.10.0
5555
portalocker==2.10.1
5656
pycparser==3.0
57-
PyJWT==2.12.1
58-
pylint==4.0.5
57+
PyJWT==2.13.0
58+
pylint==4.0.6
5959
pyproject_hooks==1.2.0
6060
python-dateutil==2.9.0.post0
6161
requests==2.34.2
@@ -71,7 +71,7 @@ typing_extensions==4.15.0
7171
tzdata==2026.1
7272
uritemplate==4.2.0
7373
urllib3==2.7.0
74-
wrapt==2.2.0
74+
wrapt==2.2.1
7575
yapf==0.43.0
7676
yarl==1.22.0
7777
zipp==4.1.0

0 commit comments

Comments
 (0)