Skip to content

Commit 0025d11

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 0025d11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.14.1
22
aiosignal==1.4.0
33
anyio==4.13.0
4-
astroid==4.0.4
4+
astroid==4.0.2
55
async-timeout==5.0.1
66
attrs==26.1.0
77
azure-core==1.41.0
@@ -55,7 +55,7 @@ platformdirs==4.10.0
5555
portalocker==2.10.1
5656
pycparser==3.0
5757
PyJWT==2.13.0
58-
pylint==4.0.6
58+
pylint==4.0.5
5959
pyproject_hooks==1.2.0
6060
python-dateutil==2.9.0.post0
6161
requests==2.34.2

0 commit comments

Comments
 (0)