From 1f524bda2c9bf355cc22befa7297838f1488f10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:20:55 -0400 Subject: [PATCH] chore(deps-dev): bump types-requests (#412) Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240914 to 2.32.0.20241016. - [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 2e2d5b9..555e4a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1239,13 +1239,13 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20240914" +version = "2.32.0.20241016" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240914.tar.gz", hash = "sha256:2850e178db3919d9bf809e434eef65ba49d0e7e33ac92d588f4a5e295fffd405"}, - {file = "types_requests-2.32.0.20240914-py3-none-any.whl", hash = "sha256:59c2f673eb55f32a99b2894faf6020e1a9f4a402ad0f192bfee0b64469054310"}, + {file = "types-requests-2.32.0.20241016.tar.gz", hash = "sha256:0d9cad2f27515d0e3e3da7134a1b6f28fb97129d86b867f24d9c726452634d95"}, + {file = "types_requests-2.32.0.20241016-py3-none-any.whl", hash = "sha256:4195d62d6d3e043a4eaaf08ff8a62184584d2e8684e9d2aa178c7915a7da3747"}, ] [package.dependencies] @@ -1365,4 +1365,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "4f27146159c3261579713b34f12e95f4f70f901bd5c3153b6e9141336b5cdcd3" +content-hash = "aff99fc94d41e35b14038b628e87ae836ac2c573d83bfda691254f614188e631" diff --git a/pyproject.toml b/pyproject.toml index 0493346..18b70e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" pytest-picked = "^0.5.0" pytest-xdist = "^3.6.1" -types-requests = "^2.32.0.20240914" +types-requests = "^2.32.0.20241016" types-tabulate = "^0.9.0.20240106" types-pyyaml = "^6.0.12.20240917" types-pygments = "^2.18.0.20240506"