From 9a9c6be9e57bb9f36f9c55477ddca64671d51118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 20:01:44 -0400 Subject: [PATCH] Bump types-requests from 2.30.0.0 to 2.31.0.1 (#292) Bumps [types-requests](https://github.com/python/typeshed) from 2.30.0.0 to 2.31.0.1. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7220b0b..f1951c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -693,14 +693,14 @@ files = [ [[package]] name = "types-requests" -version = "2.30.0.0" +version = "2.31.0.1" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.30.0.0.tar.gz", hash = "sha256:dec781054324a70ba64430ae9e62e7e9c8e4618c185a5cb3f87a6738251b5a31"}, - {file = "types_requests-2.30.0.0-py3-none-any.whl", hash = "sha256:c6cf08e120ca9f0dc4fa4e32c3f953c3fba222bcc1db6b97695bce8da1ba9864"}, + {file = "types-requests-2.31.0.1.tar.gz", hash = "sha256:3de667cffa123ce698591de0ad7db034a5317457a596eb0b4944e5a9d9e8d1ac"}, + {file = "types_requests-2.31.0.1-py3-none-any.whl", hash = "sha256:afb06ef8f25ba83d59a1d424bd7a5a939082f94b94e90ab5e6116bd2559deaa3"}, ] [package.dependencies] @@ -839,4 +839,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8e058b945f81dedcc5e122eac8a8089299dd31bc0a42dda69663c6feaed98e90" +content-hash = "b0cecc1b1718f8a7438d308c202cdf5d2ce9986591942c0e1c71d9ce476ed295" diff --git a/pyproject.toml b/pyproject.toml index c76016d..d84b6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.3.0" pylint = "^2.17.4" rope = "^1.8.0" mypy = "^1.3.0" -types-requests = "^2.30.0.0" +types-requests = "^2.31.0.1" [build-system] requires = ["poetry-core"]