From 2dc4e88357c9c24385102e32366c10496b1334f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:16:02 +0000 Subject: [PATCH] chore(deps): bump requests from 2.33.0 to 2.33.1 in /reporter Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.33.1. - [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.33.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reporter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter/requirements.txt b/reporter/requirements.txt index 8cf91c8..ad859b5 100644 --- a/reporter/requirements.txt +++ b/reporter/requirements.txt @@ -1,4 +1,4 @@ -requests==2.33.0 +requests==2.33.1 psycopg2-binary==2.9.11 jsonschema==4.23.0 requests-aws4auth==1.2.3