From 5adab05bfc9501a087adc06f47e695a1be376b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:10:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20types-requests=20from=202.28?= =?UTF-8?q?.11.17=20to=202.31.0.1?= 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.1. - [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 1184d36..95083f2 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.1" ] [tool.hatch.version]