summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-20 22:26:04 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-22 15:29:01 +0100
commit27f3391ab84b2df4dccb65d3f998cc96c830e8ec (patch)
treee6b445874db94a671f5928bd51ea1fe2cec7afa6 /pyproject.toml
parentf1d7706db6b8b6515332865c4056fec54591cff7 (diff)
downloadpylint-git-27f3391ab84b2df4dccb65d3f998cc96c830e8ec.tar.gz
Upgrade astroid to 2.13.3
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 c8e7a26b6..d49b26dd0 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.13.2,<=2.15.0-dev0",
+ "astroid>=2.13.3,<=2.15.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",