summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-29 21:27:18 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-31 09:02:32 +0200
commit07a945a218cf7f6b55691923bd797527e7b61cf5 (patch)
treebff2fe775746db1e004681091fac92185ac5db74 /pyproject.toml
parentd7732e446bdd30cb258c0d4dc5a3e189e1e917b3 (diff)
downloadpylint-git-07a945a218cf7f6b55691923bd797527e7b61cf5.tar.gz
[cleanup] Upgrade more doc following the PyCQA migration
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a071ca5a1..848403f88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
"platformdirs>=2.2.0",
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
- # see https://github.com/PyCQA/astroid/issues/1341
+ # see https://github.com/pylint-dev/astroid/issues/1341
"astroid>=2.15.1,<=2.17.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",