From ae02966a40307b8ebfa0a9aa244a4d9c572b2038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:49:12 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ba982e2..cd804d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1445,13 +1445,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1923,4 +1923,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "59857e60abb9d979344d03ea31a1b658629f3f2f64178fee75c86ce123fbba84" +content-hash = "6011468e1cbe517b2e402e699364c2e9b83c20a7c09428340fc1286aa9fa5f6a" diff --git a/pyproject.toml b/pyproject.toml index d2c3f16..f596a64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ prometheus-fastapi-instrumentator = "^7.0.0" prometheus-client = "^0.20.0" starlette-exporter = "^0.21.0" gc-prometheus = "^0.1.0" -requests = "^2.31.0" +requests = "^2.32.3" aiohttp = "^3.9.5"