From d9061fda7db419ba60f5dc23e3cc13c485e43a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 17:03:37 +0000 Subject: [PATCH] build(deps-dev): bump types-requests from 0.1.12 to 2.25.0 Bumps [types-requests](https://github.com/python/typeshed) from 0.1.12 to 2.25.0. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 88ba525e..700c185c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ flake8-use-fstring==1.1 mypy==0.902 pep8-naming==0.11.1 safety==1.10.3 -types-requests==0.1.12 +types-requests==2.25.0 # Code formatting tools autopep8==1.5.7