From b31f7ab01d27b696686d06b09ac7951d65d7b5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 17:32:52 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64edd04b..e1c7ed41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "Flask==3.0.3", "Flask-RESTful==0.3.10", "Flask-SQLAlchemy==3.1.1", - "requests==2.31.0", + "requests==2.32.2", "sentry-sdk[flask]==2.0.1" ]