From 4cc0cf98b4a4ce19b420c48d98a7799e5b7bbd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:09:44 +0000 Subject: [PATCH] Bump requests from 2.32.1 to 2.32.3 in the dependencies group Bumps the dependencies group with 1 update: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.1 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.32.1...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6cd9171..4d5dc4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,13 +670,13 @@ files = [ [[package]] name = "requests" -version = "2.32.1" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, - {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "58e3920954590d4ea09fbb10831907a64f1b4bb773dc396834bf753d3edf0ffc" +content-hash = "28eac2c3bd83a47d892e008f86c3e4ec98db73d422ec5ee4bfce43f24a82f221" diff --git a/pyproject.toml b/pyproject.toml index 44d43f2..ee8c8f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ gunicorn = "22.0.0" pillow = "10.3.0" psycopg2-binary = "2.9.9" pytz = "2024.1" -requests = "2.32.1" +requests = "2.32.3" sqlparse = "0.5.0" [tool.ruff]