From 1433ae7056fda7901db8ba5bc917e204b24a7ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:10:51 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 in /app Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 0aba8e0..ef0d302 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ mangum==0.17.0 OSMPythonTools==0.3.5 uvicorn==0.29.0 gunicorn==22.0.0 -requests==2.31.0 +requests==2.32.2 SQLAlchemy==2.0.29 psycopg==3.1.18 psycopg-binary==3.1.18