From 1dc0485322828ded67d1fa313b2c71a1107ec12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:13:28 +0000 Subject: [PATCH] chore(deps): bump requests from 2.31.0 to 2.32.4 in /mutate Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [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.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mutate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutate/requirements.txt b/mutate/requirements.txt index 4aa1e8796..95b685344 100644 --- a/mutate/requirements.txt +++ b/mutate/requirements.txt @@ -11,7 +11,7 @@ psycopg2-binary==2.9.9 pycparser==2.21 pycryptodome==3.19.1 pyjwt==2.8.0 -requests==2.32.0 +requests==2.32.4 strenum==0.4.15 urllib3==2.0.7; python_version >= '3.7' websocket-client==1.6.4; python_version >= '3.8' \ No newline at end of file