From 5bf957dcc5808b1de22f3f8db8159cb6817cbffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 10:56:02 +0000 Subject: [PATCH] Bump requests Bumps the pip group with 1 update in the /services/ecological-eval directory: [requests](https://github.com/psf/requests). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- services/ecological-eval/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ecological-eval/requirements.txt b/services/ecological-eval/requirements.txt index 22ee478..73b6fab 100644 --- a/services/ecological-eval/requirements.txt +++ b/services/ecological-eval/requirements.txt @@ -3,6 +3,6 @@ uvicorn[standard]==0.24.0 kafka-python==2.0.2 sqlalchemy==2.0.23 psycopg2-binary==2.9.9 -requests==2.31.0 +requests==2.32.4 pydantic==2.5.0 jinja2==3.1.2 \ No newline at end of file