Skip to content

Commit ecdf8c3

Browse files
Merge pull request #1104 from microsoftgraph/chore/consolidate-dependabot-updates
chore(deps): consolidate open dependabot dependency updates
2 parents 25143ce + 659b3ec commit ecdf8c3

4 files changed

Lines changed: 27 additions & 27 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
@@ -45,7 +45,7 @@ jobs:
4545

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

5050
# Initializes the CodeQL tools for scanning.
5151
- 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

requirements-dev.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
aiohttp==3.13.5
1+
aiohttp==3.14.1
22
aiosignal==1.4.0
3-
anyio==4.13.0
3+
anyio==4.14.1
44
astroid==4.0.4
55
async-timeout==5.0.1
66
attrs==26.1.0
77
azure-core==1.41.0
88
azure-identity==1.25.3
99
build==1.5.0
1010
bumpver==2026.1132
11-
certifi==2026.5.20
12-
cffi==2.0.0
13-
click==8.4.1
11+
certifi==2026.6.17
12+
cffi==2.1.0
13+
click==8.4.2
1414
colorama==0.4.6
15-
cryptography==48.0.0
15+
cryptography==49.0.0
1616
Deprecated==1.3.1
1717
dill==0.4.1
1818
docutils==0.23
19-
flit==3.10.0
20-
flit_core==3.10.0
19+
flit==3.12.0
20+
flit_core==3.12.0
2121
frozenlist==1.8.0
2222
h11==0.16.0
2323
h2==4.3.0
24-
hpack==4.1.0
24+
hpack==4.2.0
2525
httpcore==1.0.9
2626
httpx==0.28.1
2727
hyperframe==6.1.0
28-
idna==3.17
28+
idna==3.18
2929
importlib-metadata==9.0.0
3030
isort==8.0.1
3131
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.10.2
36-
microsoft-kiota-authentication-azure==1.10.2
37-
microsoft-kiota-http==1.10.2
38-
microsoft-kiota-serialization-form==1.10.2
39-
microsoft-kiota-serialization-json==1.10.2
40-
microsoft-kiota-serialization-multipart==1.10.2
41-
microsoft-kiota-serialization-text==1.10.2
42-
msal==1.36.0
35+
microsoft-kiota-abstractions==1.11.6
36+
microsoft-kiota-authentication-azure==1.11.6
37+
microsoft-kiota-http==1.11.6
38+
microsoft-kiota-serialization-form==1.11.6
39+
microsoft-kiota-serialization-json==1.11.6
40+
microsoft-kiota-serialization-multipart==1.11.6
41+
microsoft-kiota-serialization-text==1.11.6
42+
msal==1.37.0
4343
msal-extensions==1.3.1
4444
msgraph-core==1.4.0
4545
multidict==6.7.1
46-
mypy==2.1.0
46+
mypy==2.2.0
4747
mypy-extensions==1.1.0
48-
opentelemetry-api==1.42.1
49-
opentelemetry-sdk==1.42.1
50-
opentelemetry-semantic-conventions==0.63b1
48+
opentelemetry-api==1.43.0
49+
opentelemetry-sdk==1.43.0
50+
opentelemetry-semantic-conventions==0.64b0
5151
packaging==26.2
5252
pathlib2==2.3.7.post1
5353
platformdirs==4.10.0
@@ -66,11 +66,11 @@ toml==0.10.2
6666
tomli==2.4.1
6767
tomli_w==1.2.0
6868
tomlkit==0.15.0
69-
typing_extensions==4.15.0
69+
typing_extensions==4.16.0
7070
tzdata==2026.2
7171
uritemplate==4.2.0
7272
urllib3==2.7.0
73-
wrapt==2.2.1
73+
wrapt==2.2.2
7474
yapf==0.43.0
7575
yarl==1.24.2
7676
zipp==4.1.0

0 commit comments

Comments
 (0)