summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-24 18:58:01 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 20:59:18 +0200
commitccdfe7685682e0c3ee5984863e5a594311fa0e10 (patch)
tree9a738b0c09a738e1894d59ea310045f39a617a74
parent8e72227e59f9a2153df4df8eac48c03337f85438 (diff)
downloadpylint-git-ccdfe7685682e0c3ee5984863e5a594311fa0e10.tar.gz
Bump astroid from 2.5.4 to 2.5.5
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.5.4...astroid-2.5.5) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements_test_min.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 1e36a8394..88bff62bc 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,4 @@
-e .
-astroid==2.5.4 # Pinned to a specific version for tests
+astroid==2.5.5 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4