From 6bf25d7dbcec2d22fbc01f4e20d996e09994973f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:59:01 -0400 Subject: [PATCH] Bump types-requests from 2.31.0.2 to 2.31.0.5 (#315) Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.5. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... 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 f0d2cee..4b3c217 100644 --- a/poetry.lock +++ b/poetry.lock @@ -671,13 +671,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.5" description = "Typing stubs for requests" optional = false python-versions = "*" files = [ - {file = "types-requests-2.31.0.2.tar.gz", hash = "sha256:6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40"}, - {file = "types_requests-2.31.0.2-py3-none-any.whl", hash = "sha256:56d181c85b5925cbc59f4489a57e72a8b2166f18273fd8ba7b6fe0c0b986f12a"}, + {file = "types-requests-2.31.0.5.tar.gz", hash = "sha256:e4153c2a4e48dcc661600fa5f199b483cdcbd21965de0b5e2df26e93343c0f57"}, + {file = "types_requests-2.31.0.5-py3-none-any.whl", hash = "sha256:e2523825754b2832e04cdc1e731423390e731457890113a201ebca8ad9b40427"}, ] [package.dependencies] @@ -811,4 +811,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "43bda369fe245134e93e2e00d08cd57f5d86abeabb0111204c9c93dd9d270113" +content-hash = "62132cda0eb7c3d15b7688bf4d19a11d7d722b5ae314cba8ff63e61d9e0c4c83" diff --git a/pyproject.toml b/pyproject.toml index ed22860..c3a75ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.9.1" pylint = "^2.17.5" rope = "^1.9.0" mypy = "^1.5.1" -types-requests = "^2.31.0.2" +types-requests = "^2.31.0.5" [build-system] requires = ["poetry-core"]