summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-20 14:29:52 +0100
committerGitHub <noreply@github.com>2021-12-20 14:29:52 +0100
commit9d078690e3e7f30900272c6f7d3e79ef7699b2a2 (patch)
tree650f8242eb520f3418f8aaf2b38bc302bba14a94
parent51e72bb88036450620cca60f38ba0c969b67d851 (diff)
downloadpylint-git-9d078690e3e7f30900272c6f7d3e79ef7699b2a2.tar.gz
Update tbump requirement from ~=6.6.0 to ~=6.6.1 (#5561)
Updates the requirements on [tbump](https://github.com/dmerejkowsky/tbump) to permit the latest version. - [Release notes](https://github.com/dmerejkowsky/tbump/releases) - [Changelog](https://github.com/dmerejkowsky/tbump/blob/main/Changelog.rst) - [Commits](https://github.com/dmerejkowsky/tbump/compare/v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: tbump dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements_test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index 1fd84ce7d..84cb74280 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.0
+tbump~=6.6.1
pyenchant~=3.2
pytest-cov~=3.0
pytest-profiling~=1.7