From f480821fe24e38b41689dae1a726d45ef715a147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 22:50:48 -0400 Subject: [PATCH] Bump types-requests from 2.29.0.0 to 2.30.0.0 (#288) Bumps [types-requests](https://github.com/python/typeshed) from 2.29.0.0 to 2.30.0.0. - [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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebec7c4..cbdc38a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -693,18 +693,18 @@ files = [ [[package]] name = "types-requests" -version = "2.29.0.0" +version = "2.30.0.0" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.29.0.0.tar.gz", hash = "sha256:c86f4a955d943d2457120dbe719df24ef0924e11177164d10a0373cf311d7b4d"}, - {file = "types_requests-2.29.0.0-py3-none-any.whl", hash = "sha256:4cf6e323e856c779fbe8815bb977a5bf5d6c5034713e4c17ff2a9a20610f5b27"}, + {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"}, ] [package.dependencies] -types-urllib3 = "<1.27" +types-urllib3 = "*" [[package]] name = "types-urllib3" @@ -839,4 +839,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7a609489b1a6493dc87f9e8614aae3cfc7fe5047b68003866c448aba6a2b304a" +content-hash = "09724c0aa3f88fa7e1b896e0577df608650b7d53520d57b02af5adb78c2ab38b" diff --git a/pyproject.toml b/pyproject.toml index 476bab5..d500557 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.2.0" -types-requests = "^2.29.0.0" +types-requests = "^2.30.0.0" [build-system] requires = ["poetry-core"]