From 0d3ce85cb6b3fb62a16808ea00591a043d035ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 11:29:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20types-requests=20from=202.28?= =?UTF-8?q?.11.17=20to=202.31.0.2?= 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.2. - [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..5d622a4 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.2" ] [tool.hatch.version]