Skip to content

Commit cc25996

Browse files
chore(deps): consolidate open dependabot dependency updates (#1537)
* 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> * fix(deps): pin astroid 4.0.4 to satisfy pylint 4.0.6 constraint pylint 4.0.6 requires astroid<=4.1.dev0,>=4.0.2, so astroid 4.1.2 caused a ResolutionImpossible error. Downgrade to 4.0.4 (latest 4.0.x) to fix CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(deps): exclude pylint group entirely (astroid/pylint) Group PRs are all-or-nothing. Dependabot's pylint group pairs astroid 4.1.2 with pylint 4.0.6, but pylint 4.0.6 requires astroid<=4.1.dev0, so the pair is unresolvable. Rather than partially apply the group with an astroid workaround, leave the whole group out (astroid/pylint stay at main values) so it remains a clean standalone Dependabot PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1bf9c50 commit cc25996

5 files changed

Lines changed: 81 additions & 81 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: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
1-
aiohttp==3.13.5
2-
aiosignal==1.4.0
3-
anyio==4.13.0
4-
astroid==4.0.2
5-
async-timeout==5.0.1
6-
attrs==26.1.0
7-
azure-core==1.41.0
8-
azure-identity==1.25.3
9-
build==1.5.0
10-
bumpver==2025.1131
11-
certifi==2026.5.20
12-
cffi==2.0.0
13-
charset-normalizer==3.4.7
14-
click==8.1.8
15-
colorama==0.4.6
16-
cryptography==46.0.7
17-
Deprecated==1.3.1
18-
dill==0.4.1
19-
docutils==0.22.4
20-
flit==3.12.0
21-
flit_core==3.12.0
22-
frozenlist==1.8.0
23-
h11==0.16.0
24-
h2==4.3.0
25-
hpack==4.1.0
26-
httpcore==1.0.9
27-
httpx==0.28.1
28-
hyperframe==6.1.0
29-
idna==3.15
30-
importlib-metadata==9.0.0
31-
isort==6.1.0
32-
lazy-object-proxy==1.12.0
33-
lexid==2021.1006
34-
looseversion==1.3.0
35-
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
44-
msal-extensions==1.3.1
45-
msgraph-core==1.4.0
46-
multidict==6.7.1
47-
mypy==2.1.0
48-
mypy-extensions==1.1.0
49-
opentelemetry-api==1.42.0
50-
opentelemetry-sdk==1.42.0
51-
opentelemetry-semantic-conventions==0.63b0
52-
packaging==26.1
53-
pathlib2==2.3.7.post1
54-
platformdirs==4.9.6
55-
portalocker==2.10.1
56-
pycparser==3.0
57-
PyJWT==2.12.1
58-
pylint==4.0.5
59-
pyproject_hooks==1.2.0
60-
python-dateutil==2.9.0.post0
61-
requests==2.34.2
62-
six==1.17.0
63-
sniffio==1.3.1
64-
std-uritemplate>=2.0.10
65-
time-machine==3.2.0
66-
toml==0.10.2
67-
tomli==2.4.1
68-
tomli_w==1.2.0
69-
tomlkit==0.14.0
70-
typing_extensions==4.15.0
71-
tzdata==2026.1
72-
uritemplate==4.2.0
73-
urllib3==2.7.0
74-
wrapt==2.2.0
75-
yapf==0.43.0
76-
yarl==1.22.0
77-
zipp==4.1.0
1+
aiohttp==3.14.1
2+
aiosignal==1.4.0
3+
anyio==4.13.0
4+
astroid==4.0.2
5+
async-timeout==5.0.1
6+
attrs==26.1.0
7+
azure-core==1.41.0
8+
azure-identity==1.25.3
9+
build==1.5.0
10+
bumpver==2025.1131
11+
certifi==2026.5.20
12+
cffi==2.0.0
13+
charset-normalizer==3.4.7
14+
click==8.4.1
15+
colorama==0.4.6
16+
cryptography==48.0.1
17+
Deprecated==1.3.1
18+
dill==0.4.1
19+
docutils==0.23
20+
flit==3.12.0
21+
flit_core==3.12.0
22+
frozenlist==1.8.0
23+
h11==0.16.0
24+
h2==4.3.0
25+
hpack==4.1.0
26+
httpcore==1.0.9
27+
httpx==0.28.1
28+
hyperframe==6.1.0
29+
idna==3.15
30+
importlib-metadata==9.0.0
31+
isort==6.1.0
32+
lazy-object-proxy==1.12.0
33+
lexid==2021.1006
34+
looseversion==1.3.0
35+
mccabe==0.7.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
44+
msal-extensions==1.3.1
45+
msgraph-core==1.4.0
46+
multidict==6.7.1
47+
mypy==2.1.0
48+
mypy-extensions==1.1.0
49+
opentelemetry-api==1.42.1
50+
opentelemetry-sdk==1.42.1
51+
opentelemetry-semantic-conventions==0.63b1
52+
packaging==26.1
53+
pathlib2==2.3.7.post1
54+
platformdirs==4.10.0
55+
portalocker==2.10.1
56+
pycparser==3.0
57+
PyJWT==2.13.0
58+
pylint==4.0.5
59+
pyproject_hooks==1.2.0
60+
python-dateutil==2.9.0.post0
61+
requests==2.34.2
62+
six==1.17.0
63+
sniffio==1.3.1
64+
std-uritemplate>=2.0.10
65+
time-machine==3.2.0
66+
toml==0.10.2
67+
tomli==2.4.1
68+
tomli_w==1.2.0
69+
tomlkit==0.14.0
70+
typing_extensions==4.15.0
71+
tzdata==2026.1
72+
uritemplate==4.2.0
73+
urllib3==2.7.0
74+
wrapt==2.2.1
75+
yapf==0.43.0
76+
yarl==1.22.0
77+
zipp==4.1.0

0 commit comments

Comments
 (0)