From df593a729d4ffbf59dc075688889e4b54517a4fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:21:48 +0000 Subject: [PATCH] Update dependency types-requests to v2.31.0.20240125 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ba750c78..169f51351 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2501,13 +2501,13 @@ types-pyOpenSSL = "*" [[package]] name = "types-requests" -version = "2.31.0.20240106" +version = "2.31.0.20240125" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.20240106.tar.gz", hash = "sha256:0e1c731c17f33618ec58e022b614a1a2ecc25f7dc86800b36ef341380402c612"}, - {file = "types_requests-2.31.0.20240106-py3-none-any.whl", hash = "sha256:da997b3b6a72cc08d09f4dba9802fdbabc89104b35fe24ee588e674037689354"}, + {file = "types-requests-2.31.0.20240125.tar.gz", hash = "sha256:03a28ce1d7cd54199148e043b2079cdded22d6795d19a2c2a6791a4b2b5e2eb5"}, + {file = "types_requests-2.31.0.20240125-py3-none-any.whl", hash = "sha256:9592a9a4cb92d6d75d9b491a41477272b710e021011a2a3061157e2fb1f1a5d1"}, ] [package.dependencies] @@ -2853,4 +2853,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "2601cacfd19a20cce795702d7f9900d0feb05fa201297df190eb12b01c8153b9" +content-hash = "c08da48fcc5514d487e6559240b353478a60426f637c4aff95c8ff37b8853642" diff --git a/pyproject.toml b/pyproject.toml index e5ecf78f2..04e8725f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,7 +181,7 @@ pytest = "7.4.4" pytest-cov = "4.1.0" pytest-html = "4.0.2" types-pyyaml = "6.0.12.12" -types-requests = "2.31.0.20240106" +types-requests = "2.31.0.20240125" types-redis = "4.6.0.20240106" types-ujson = "5.8.0.1" types-python-dateutil = "2.8.19.20240106"