From 77dc5bb27bdb3667c5cb9ddfd2b31a4c58ea59dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:05:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20types-requests=20from=202.28?= =?UTF-8?q?.11.17=20to=202.31.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.17 to 2.31.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6542922..56ffb2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "isort >=5.0.6,<6.0.0", "devtools[pygments] ==0.11.0", - "types-requests ==2.28.11.17" + "types-requests ==2.31.0.0" ] [tool.hatch.version]