From fd6585cdc22397b5bdd88ec7411d1f0d210e0af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 14:09:16 +0000 Subject: [PATCH] Update types-requests requirement from ~=2.30.0 to ~=2.31.0 Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1c2f4bf1..53d623084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ test = [ "setuptools-rust ~= 0.12.1", "psutil ~= 5.9.3", "py2many >=0.3", - "types-requests ~= 2.30.0", + "types-requests ~= 2.31.0", ] ssh-tunnel = ["sshtunnel >= 0.4.0"]