From 8c32239b1ed716bc1d9f6220c418661a32d76276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:15:05 +0000 Subject: [PATCH] chore(deps): update dependency types-requests to v2.31.0.9 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c5e451a..258fcc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -969,13 +969,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam [[package]] name = "types-requests" -version = "2.31.0.8" +version = "2.31.0.9" description = "Typing stubs for requests" optional = false python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.8.tar.gz", hash = "sha256:e1b325c687b3494a2f528ab06e411d7092cc546cc9245c000bacc2fca5ae96d4"}, - {file = "types_requests-2.31.0.8-py3-none-any.whl", hash = "sha256:39894cbca3fb3d032ed8bdd02275b4273471aa5668564617cc1734b0a65ffdf8"}, + {file = "types-requests-2.31.0.9.tar.gz", hash = "sha256:3bb11188795cc3aa39f9635032044ee771009370fb31c3a06ae952b267b6fcd7"}, + {file = "types_requests-2.31.0.9-py3-none-any.whl", hash = "sha256:140e323da742a0cd0ff0a5a83669da9ffcebfaeb855d367186b2ec3985ba2742"}, ] [package.dependencies] @@ -1078,4 +1078,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "423c901bfabfb3b434cc737a707ab078d1abb3a9e810de01c01783b1eb9b06a4" +content-hash = "ff31a6c0e4a91bc920db6195a7ea111ddf9b2ad0f1c2570026f2b9474ee71c36" diff --git a/pyproject.toml b/pyproject.toml index c43ffa7..d7a8741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pre-commit = "==3.5.0" pytest-asyncio = "==0.21.1" pytest-cov = "==4.1.0" pytest-mock = "==3.11.1" -types-requests = "==2.31.0.8" +types-requests = "==2.31.0.9" httpx = "==0.25.0" pyright = "^1.1.331"