From 474c6b1f0c05ac57a606fb7e04776f2ed1fb48d8 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Fri, 21 Apr 2023 23:05:15 +0200 Subject: [PATCH] update linter versions Former-commit-id: d1699816ab53065068bf35dc5d7abb8e37df9c37 [formerly bdba0ab1d5fa1c3bb97f77db7bfa0898eb677de7] Former-commit-id: 35b8b59553fe1c639a910b889d4c8336538ebd8f --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9763ecd..91ba907 100755 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-rq-dashboard==0.3.3 djangorestframework==3.11.2 djangorestframework-camel-case==1.1.2 entrypoints==0.3 -flake8==3.7.9 +flake8==6.0.0 flake8-quotes==3.0.0 idna==2.10 mccabe==0.6.1 @@ -21,7 +21,7 @@ numpy==1.23.5 pandas==1.3.5 pillow==9.3.0 psycopg2-binary==2.8.6 -pycodestyle==2.5.0 +pycodestyle==2.10.0 pyflakes==2.1.1 python-dateutil==2.8.1 pytz==2021.3 -- GitLab