From 58982ac6ee8001fa5996d4b8732897723fd188ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:16:57 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.4 to 2.34.2 Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.34.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.32.4...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e424999bd63..2b202d3a3c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Django==4.2.30 mysqlclient==2.1.1 SQLAlchemy==1.4.54 sqlalchemy2-stubs -requests==2.32.4 +requests==2.34.2 pycryptodome==3.21.0 PyJWT==2.12.1 django-auth-ldap==1.2.17