diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-12-20 22:08:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 22:08:58 +0100 |
commit | 10798c97a455254f13dbe5d68a535337126d10ec (patch) | |
tree | d389ffdb81ca2c1a71dd7197ab2c55186e016a06 | |
parent | 4077ddb5d462e2c0e70c6756e220c34fd6d7224e (diff) | |
download | pylint-git-10798c97a455254f13dbe5d68a535337126d10ec.tar.gz |
Revert "Update tbump requirement from ~=6.6.0 to ~=6.6.1 (#5561)" (#5567)
This reverts commit 9d078690e3e7f30900272c6f7d3e79ef7699b2a2.
-rw-r--r-- | requirements_test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt index 84cb74280..1fd84ce7d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ coveralls~=3.3 coverage~=6.2 pre-commit~=2.16;python_full_version>="3.6.2" -tbump~=6.6.1 +tbump~=6.6.0 pyenchant~=3.2 pytest-cov~=3.0 pytest-profiling~=1.7 |