Skip to content

Commit 3c8eb9d

Browse files
deps: fixate linters version
Version lock is based on a latest version available for specific Python.
1 parent e5fe54e commit 3c8eb9d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

requirements-test.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
git+https://github.com/baztian/dbapi-compliance.git@ea7cb1b4#egg=dbapi-compliance
22
pyyaml==6.0
33
importlib-metadata >= 1.0 ; python_version < '3.8'
4-
pylint
5-
flake8
6-
codespell
4+
pylint ~= 3.0 ; python_version >= '3.8'
5+
pylint ~= 2.13 ; python_version < '3.8'
6+
flake8 ~= 6.1 ; python_version >= '3.8'
7+
flake8 ~= 5.0 ; python_version < '3.8'
8+
codespell ~= 2.2

0 commit comments

Comments
 (0)