From 379e8fc993df1511a4872719de2c0afc63addc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:53:27 -0400 Subject: [PATCH] Bump types-requests from 2.31.0.1 to 2.31.0.2 (#300) Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2. - [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 f586498..debbdcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -661,13 +661,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.1" +version = "2.31.0.2" description = "Typing stubs for requests" optional = false python-versions = "*" files = [ - {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"}, + {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"}, ] [package.dependencies] @@ -801,4 +801,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "60e6f55ae8643ab9c88e1a92a9ae5dce1ea97910cdd03ba507b91fdc06a637f5" +content-hash = "578c3aaa7e134c3db07d5032ee448017ced203bc3d8d7de5154f413f675abf07" diff --git a/pyproject.toml b/pyproject.toml index 86f2d13..06b0635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.7.0" pylint = "^2.17.4" rope = "^1.9.0" mypy = "^1.4.1" -types-requests = "^2.31.0.1" +types-requests = "^2.31.0.2" [build-system] requires = ["poetry-core"]