From afbb521ad4f4ceb3a4ed0bc7bb03bd3c63ed7c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:09:01 +0000 Subject: [PATCH] build(deps-dev): bump types-requests from 2.29.0.0 to 2.30.0.0 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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6a83391c..1448e516 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -2837,18 +2837,18 @@ types-pyOpenSSL = "*" [[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" @@ -3205,4 +3205,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "852cb3bc8ddc87a21eba2be6859ef308afc5d6be4e61de1bb2847d741114e1ba" +content-hash = "aaad595a8c3b01cb0a9b4e4643a78c060c1748d9af2b92c4dd2fb401a72ed0e8" diff --git a/pyproject.toml b/pyproject.toml index 95f83d98..7fc9308c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ ipython = [ {version = "^8.13.0", python = ">=3.9"} ] types-redis = {version = "^4.5.4.1"} -types-requests = "^2.29.0.0" +types-requests = "^2.30.0.0" types-pkg-resources = "^0.1.3" types-Deprecated = "^1.2.9.2" types-python-dateutil = "^2.8.19.12"