From d381eda658b0988ec3f9148e2b7d683086cdc02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:06:15 +0200 Subject: [PATCH] build(deps): bump devtools from 0.8.0 to 0.9.0 (#4311) Bumps [devtools](https://github.com/samuelcolvin/python-devtools) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/samuelcolvin/python-devtools/releases) - [Changelog](https://github.com/samuelcolvin/python-devtools/blob/main/HISTORY.md) - [Commits](https://github.com/samuelcolvin/python-devtools/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: devtools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae78336..88fbe69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # requirements for compilation and from setup.py so dependabot prompts us to test with latest version of these packages Cython==0.29.32;sys_platform!='win32' -devtools==0.8.0 +devtools==0.9.0 email-validator==1.2.1 dataclasses==0.6; python_version < '3.7' typing-extensions==4.3.0