Skip to content

Commit 5696807

Browse files
Merge branch 'main' into dependabot/github_actions/actions/create-github-app-token-3
2 parents 76c434d + 24e95c6 commit 5696807

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
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
@@ -46,7 +46,7 @@ jobs:
4646

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

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

.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: 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@v4
22+
- uses: actions/checkout@v6
2323

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

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

Lines changed: 3 additions & 3 deletions
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@v5
19+
- uses: actions/checkout@v6
2020
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
2121
id: generatePatch
2222
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main
@@ -34,14 +34,14 @@ jobs:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Upload patch file as artifact
3636
if: always()
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v7
3838
continue-on-error: true
3939
with:
4040
name: patch
4141
path: '*.patch'
4242
- name: Upload explanations file as artifact
4343
if: always()
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v7
4545
continue-on-error: true
4646
with:
4747
name: explanations

requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.12.15
1+
aiohttp==3.13.4
22
aiosignal==1.4.0
33
anyio==4.10.0
44
astroid==3.3.11
@@ -13,22 +13,22 @@ cffi==2.0.0
1313
charset-normalizer==3.4.3
1414
click==8.1.8
1515
colorama==0.4.6
16-
cryptography==45.0.7
17-
Deprecated==1.2.18
16+
cryptography==46.0.7
17+
Deprecated==1.3.1
1818
dill==0.4.0
19-
docutils==0.22
19+
docutils==0.22.3
2020
flit==3.12.0
2121
flit_core==3.12.0
22-
frozenlist==1.7.0
22+
frozenlist==1.8.0
2323
h11==0.16.0
2424
h2==4.3.0
2525
hpack==4.1.0
2626
httpcore==1.0.9
2727
httpx==0.28.1
2828
hyperframe==6.1.0
29-
idna==3.10
29+
idna==3.11
3030
importlib-metadata==8.5.0
31-
isort==6.0.1
31+
isort==6.1.0
3232
lazy-object-proxy==1.12.0
3333
lexid==2021.1006
3434
looseversion==1.3.0
@@ -43,7 +43,7 @@ microsoft-kiota-serialization-text==1.9.7
4343
msal==1.33.0
4444
msal-extensions==1.3.1
4545
msgraph-core==1.3.8
46-
multidict==6.6.4
46+
multidict==6.7.0
4747
mypy==1.18.2
4848
mypy-extensions==1.1.0
4949
opentelemetry-api==1.38.0
@@ -55,7 +55,7 @@ platformdirs==4.4.0
5555
portalocker==2.10.1
5656
pycparser==2.23
5757
PyJWT==2.12.0
58-
pylint==3.3.8
58+
pylint==3.3.9
5959
pyproject_hooks==1.2.0
6060
python-dateutil==2.9.0.post0
6161
requests==2.32.5
@@ -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.2.1
67+
tomli==2.3.0
6868
tomli_w==1.2.0
6969
tomlkit==0.13.3
7070
typing_extensions==4.15.0
7171
tzdata==2025.2
7272
uritemplate==4.2.0
73-
urllib3==2.5.0
73+
urllib3==2.6.3
7474
wrapt==1.17.3
7575
yapf==0.43.0
76-
yarl==1.20.1
76+
yarl==1.22.0
7777
zipp==3.23.0

0 commit comments

Comments
 (0)