From 88b5b104852ed826fbe51023c45a1dae258e0492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:03:22 +0000 Subject: [PATCH] Bump requests from 2.28.1 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.32.2. - [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.28.1...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45f2c465..e948f11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pymongo>=4.0.0", "python-dateutil", "python-dotenv", - "requests==2.28.1", + "requests==2.32.2", "sentry-sdk[celery,sqlalchemy]", "sqlalchemy>=1.4", "starlette==0.17.1",