summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-17 18:58:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-19 16:19:58 +0200
commit38e278401a66218fba26308fbce56740761a2003 (patch)
tree7b99eb954ff039bc0ecf881858ddbc002cb05e83 /pyproject.toml
parentf5e168e867799013fb380aa9fe8a0c1516a651c8 (diff)
downloadpylint-git-38e278401a66218fba26308fbce56740761a2003.tar.gz
Bump astroid to 2.12.10
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 01a284210..5950fdffd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,10 +34,11 @@ requires-python = ">=3.7.2"
dependencies = [
"dill>=0.2",
"platformdirs>=2.2.0",
- # Also upgrade requirements_test_min.txt if you are bumping astroid.
+ # Also upgrade requirements_test_min.txt and all the CACHE_VERSION in
+ # github actions if you are bumping astroid.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/PyCQA/astroid/issues/1341
- "astroid>=2.12.9,<=2.14.0-dev0",
+ "astroid>=2.12.10,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",