From 89a24e5cbbddf43063dd5867a70437e6dcd78528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 17:04:11 +0000 Subject: [PATCH] build(deps-dev): bump types-requests from 2.25.1 to 2.25.2 Bumps [types-requests](https://github.com/python/typeshed) from 2.25.1 to 2.25.2. - [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-patch ... 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 dd8354c8..95e81b51 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ flake8-use-fstring==1.1 mypy==0.910 pep8-naming==0.12.0 safety==1.10.3 -types-requests==2.25.1 +types-requests==2.25.2 # Code formatting tools autopep8==1.5.7