From 7f62d563a63c030dc65d82b98dbfb273d30e579c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:07:49 +0000 Subject: [PATCH] Bump requests from 2.33.0 to 2.33.1 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 722a4a0..74a4f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10" dependencies = [ "flask>=3.1.3", "gunicorn>=25.3.0", - "requests==2.33.0", + "requests==2.33.1", "cryptography==46.0.7", ] diff --git a/requirements.txt b/requirements.txt index 76353dc..1b0a1e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask>=3.0 gunicorn>=22.0 -requests==2.33.0 +requests==2.33.1 cryptography==46.0.7 schedule>=1.2 msal>=1.24.0