From 7e0f519c3585bb045722f5b9a4a224ba76761ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 10:30:08 -0400 Subject: [PATCH] chore(deps-dev): bump requests from 2.32.2 to 2.32.3 (#346) 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 39bc1f6..199b6db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1039,13 +1039,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1279,4 +1279,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d9ca027816641bdc3d00efbe6a1c943e332b81e9b4e9a767775e23119815dcb9" +content-hash = "bf2830e9dcf050e0a28c6d71a7a5e9e55002e23203213c6db6d43d3ef7fcea8f" diff --git a/pyproject.toml b/pyproject.toml index 81e7f12..94ce5e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest = ">=6.2.5" coverage = "^7.5" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.15.0" -requests = "^2.32.2" +requests = "^2.32.3" starlette = "^0.37.2" httpx = "^0.27.0" # Waiting for new release. See https://github.com/psf/httpbin/issues/35