vtrefny / rpms / pylint

Forked from rpms/pylint 4 years ago
Clone
Blob Blame History Raw
--- pylint-2.14.4/setup.cfg	2022-06-29 06:44:58.000000000 -0700
+++ pylint-2.14.4/setup.cfg.new	2022-07-11 10:00:53.567968346 -0700
@@ -47,7 +47,7 @@
     # Also upgrade requirements_test_min.txt if you are bumping astroid.
     # Pinned to dev of next minor update to allow editable installs,
     # see https://github.com/PyCQA/astroid/issues/1341
-    astroid>=2.11.6,<=2.12.0-dev0
+    astroid>=2.11.6,<=2.13.0-dev0
     isort>=4.2.5,<6
     mccabe>=0.6,<0.8
     tomli>=1.1.0;python_version<"3.11"