From 02ab8f22d0b524e18bb961ac8b1080e08ac20c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:25:27 +0000 Subject: [PATCH] chore(deps): bump requests from 2.31.0 to 2.32.3 in /clickopsnotifier Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clickopsnotifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickopsnotifier/requirements.txt b/clickopsnotifier/requirements.txt index bac35ec..b407b83 100644 --- a/clickopsnotifier/requirements.txt +++ b/clickopsnotifier/requirements.txt @@ -1,3 +1,3 @@ # CLICKOPS NOTIFIER REQUIREMENTS # Packages that must be included in the lambda deployment -requests==2.31.0 +requests==2.32.3