From a97411b7a8a1ff79774f75c75f4f033332dd353b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:54:42 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in /backend Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [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.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 10 +++++----- backend/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 1288f52e2a..e7011e5467 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1299,19 +1299,19 @@ files = [ [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -1594,4 +1594,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "b9dcc508604a1bd301bc76171c884e09d78e760bb8ccce55a686b045c2641ff1" +content-hash = "60eccf1773e2c07acd584991998476dbc0f8919af3b075e81bace1a21c5d2c6e" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 53108f711d..c8b501781e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ boto3 = "~1.38.17" boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.29"} aws-lambda-typing = "~2.20.0" moto = "^5.1.4" -requests = "~2.32.3" +requests = "~2.32.4" responses = "~0.25.7" pydantic = "~1.10.13" pyjwt = "~2.10.1"