From e5808e8e990f78afc21c92e09423494f061ad7b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:09:46 +0800 Subject: [PATCH] chore(dev): update dependency types-requests to v2.31.0.20240311 (#387) Co-authored-by: renovate[bot] <29139614+renovate[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 fd41614b..8af84831 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1049,13 +1049,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.20240218" +version = "2.31.0.20240311" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.20240218.tar.gz", hash = "sha256:f1721dba8385958f504a5386240b92de4734e047a08a40751c1654d1ac3349c5"}, - {file = "types_requests-2.31.0.20240218-py3-none-any.whl", hash = "sha256:a82807ec6ddce8f00fe0e949da6d6bc1fbf1715420218a9640d695f70a9e5a9b"}, + {file = "types-requests-2.31.0.20240311.tar.gz", hash = "sha256:b1c1b66abfb7fa79aae09097a811c4aa97130eb8831c60e47aee4ca344731ca5"}, + {file = "types_requests-2.31.0.20240311-py3-none-any.whl", hash = "sha256:47872893d65a38e282ee9f277a4ee50d1b28bd592040df7d1fdaffdf3779937d"}, ] [package.dependencies] @@ -1230,4 +1230,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8174ba07cc6905ebd3b6478a1d1005b26f3ce9acdd8f3c47494b28430c821c29" +content-hash = "fe704a4ab7ad9901d53842094269ece4163f6bd36bee3ec1dbbe75e22ce58266" diff --git a/pyproject.toml b/pyproject.toml index 0eb3ec91..a7437ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ mypy = { version = "==1.9.0", markers = "implementation_name != 'pypy'", python ruff = "0.1.15" # stubs -types-requests = "==2.31.0.20240218" +types-requests = "==2.31.0.20240311" pytz = "==2023.4" [tool.poetry-plugin-bump]