From 0f7dd7319d27070cd228a5e37637cdfcffc0674e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 18:21:44 +0000 Subject: [PATCH] Update tbump requirement from ~=6.3.2 to ~=6.8.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.3.2...v6.8.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 7a59104adf..c0fdf49aa5 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,6 +6,6 @@ coverage~=5.5 pre-commit~=2.17 pytest-cov~=3.0 contributors-txt>=0.7.3 -tbump~=6.3.2 +tbump~=6.8.0 types-typed-ast; implementation_name=="cpython" and python_version<"3.8" types-pkg_resources==0.1.3