From 92fad7eff6e3b17d95defc875ca37569e60cfbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:15:19 +0000 Subject: [PATCH] Update tbump requirement from ~=6.4.0 to ~=6.5.0 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.4.0...v6.5.0) --- updated-dependencies: - dependency-name: tbump dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d3c323fa38..8fe8627c00 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ coveralls~=3.2 coverage~=5.5 pre-commit~=2.15;python_full_version>="3.6.2" -tbump~=6.4.0 +tbump~=6.5.0 pyenchant~=3.2 pytest-cov~=2.12 pytest-profiling~=1.7