Skip to content

Commit 824cf94

Browse files
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>
1 parent 995955f commit 824cf94

1 file changed

Lines changed: 77 additions & 77 deletions

File tree

requirements-dev.txt

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
1-
aiohttp==3.14.1
2-
aiosignal==1.4.0
3-
anyio==4.13.0
4-
astroid==4.0.4
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.6
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
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)