Skip to content

Commit 70da045

Browse files
chore: consolidate all open dependabot dependency updates
Consolidates 18 open Dependabot PRs into a single update: Python dependency updates (requirements-dev.txt): - aiohttp: 3.12.15 → 3.13.4 (#1014) - anyio: 4.10.0 → 4.12.0 (#979) - attrs: 25.3.0 → 25.4.0 (#982) - azure-core: 1.36.0 → 1.38.0 (#1000) - cryptography: 46.0.5 → 46.0.7 (#1016, supersedes #968) - Deprecated: 1.2.18 → 1.3.1 (#976) - frozenlist: 1.7.0 → 1.8.0 (#981) - isort: 6.0.1 → 6.1.0 (#977) - msal: 1.33.0 → 1.34.0 (#978) - PyJWT: 2.9.0 → 2.12.0 (#1007) - pylint: 3.3.8 → 3.3.9 (#998) - tomli: 2.2.1 → 2.3.0 (#980) - urllib3: 2.6.0 → 2.6.3 (#999) - wrapt: 1.17.3 → 2.0.1 (#983) GitHub Actions updates: - actions/checkout: v4/v5 → v6 (#986) - actions/create-github-app-token: v2 → v3 (#1008) - dependabot/fetch-metadata: v2.4.0 → v3.0.0 (#1012) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 91e1463 commit 70da045

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.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@v2.4.0
20+
uses: dependabot/fetch-metadata@v3.0.0
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323

.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.9", "3.10", "3.11", "3.12", "3.13"]
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
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
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

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

.github/workflows/project-auto-add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
2424
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
needs: [build]
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Set up Python
2222
uses: actions/setup-python@v6
2323
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Generate GitHub App token
2525
id: app-token
26-
uses: actions/create-github-app-token@v2
26+
uses: actions/create-github-app-token@v3
2727
with:
2828
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
2929
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

requirements-dev.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
aiohttp==3.12.15
1+
aiohttp==3.13.4
22
aiosignal==1.4.0
3-
anyio==4.10.0
3+
anyio==4.12.0
44
astroid==3.3.11
55
async-timeout==5.0.1
6-
attrs==25.3.0
7-
azure-core==1.36.0
6+
attrs==25.4.0
7+
azure-core==1.38.0
88
azure-identity==1.25.1
99
build==1.3.0
1010
bumpver==2025.1131
1111
certifi==2025.8.3
1212
cffi==2.0.0
1313
click==8.1.8
1414
colorama==0.4.6
15-
cryptography==46.0.5
16-
Deprecated==1.2.18
15+
cryptography==46.0.7
16+
Deprecated==1.3.1
1717
dill==0.4.0
1818
docutils==0.22
1919
flit==3.12.0
2020
flit_core==3.12.0
21-
frozenlist==1.7.0
21+
frozenlist==1.8.0
2222
h11==0.16.0
2323
h2==4.3.0
2424
hpack==4.1.0
@@ -27,7 +27,7 @@ httpx==0.28.1
2727
hyperframe==6.1.0
2828
idna==3.10
2929
importlib-metadata==6.8.0
30-
isort==6.0.1
30+
isort==6.1.0
3131
lazy-object-proxy==1.12.0
3232
lexid==2021.1006
3333
looseversion==1.3.0
@@ -39,7 +39,7 @@ microsoft-kiota-serialization-form==1.9.7
3939
microsoft-kiota-serialization-json==1.9.7
4040
microsoft-kiota-serialization-multipart==1.9.7
4141
microsoft-kiota-serialization-text==1.9.7
42-
msal==1.33.0
42+
msal==1.34.0
4343
msal-extensions==1.3.1
4444
msgraph-core==1.3.8
4545
multidict==6.7.0
@@ -53,8 +53,8 @@ pathlib2==2.3.7.post1
5353
platformdirs==4.4.0
5454
portalocker==2.10.1
5555
pycparser==2.23
56-
PyJWT==2.9.0
57-
pylint==3.3.8
56+
PyJWT==2.12.0
57+
pylint==3.3.9
5858
pyproject_hooks==1.2.0
5959
python-dateutil==2.9.0.post0
6060
requests==2.32.5
@@ -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.2.1
66+
tomli==2.3.0
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
72-
urllib3==2.6.0
73-
wrapt==1.17.3
72+
urllib3==2.6.3
73+
wrapt==2.0.1
7474
yapf==0.43.0
7575
yarl==1.20.1
7676
zipp==3.23.0

0 commit comments

Comments
 (0)