summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-12 22:38:22 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-13 09:34:08 +0100
commit883ee9ab5399d59ffd8a479941b5ca7fc6fd3194 (patch)
tree7326f64a552123dccfeec3cbfdb38ce90e4d0cb5 /pyproject.toml
parent0a4027655c9fbf64470f9d83e9f0ee52e5dcdda7 (diff)
downloadpylint-git-883ee9ab5399d59ffd8a479941b5ca7fc6fd3194.tar.gz
Upgrade astroid to 2.14.2
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 8bb98427e..80547df05 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
# 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
- "astroid>=2.14.1,<=2.16.0-dev0",
+ "astroid>=2.14.2,<=2.16.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",