summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authorSandro Tosi <sandrotosi@users.noreply.github.com>2022-12-14 13:43:59 -0500
committerGitHub <noreply@github.com>2022-12-14 19:43:59 +0100
commit5a93635a4a220b16b83b859c2c7f4421ce8d05cd (patch)
tree67aaa1c071b381dcd92a8e7e8075bf00bb180a5d /requirements_test_pre_commit.txt
parentd042f728ff8cb5119b6a9835e2d468641e24d684 (diff)
downloadpylint-git-5a93635a4a220b16b83b859c2c7f4421ce8d05cd.tar.gz
fix: bump dill to >= 0.3.6, prevents tests hanging with python3.11 (#7918)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'requirements_test_pre_commit.txt')
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index a84a5f50a..7d1daaf13 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,7 +2,7 @@
# in .pre-commit-config.yaml
bandit==1.7.4
black==22.12.0
-flake8==6.0.0
+flake8>=5.0.0
flake8-bugbear==22.12.6
flake8-typing-imports==1.14.0
isort==5.10.1