Skip to content

Commit 1897c7d

Browse files
deps: fixate linters version
See [1] regarding allowed versions. Version lock is based on latest version available for Python 3.6. 1. https://peps.python.org/pep-0440/#compatible-release
1 parent 149cdd9 commit 1897c7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.0a4
5+
flake8 ~= 5.0.4
6+
codespell ~= 2.2

0 commit comments

Comments
 (0)