From 454242538359aa0b602b91c1e1f078987b4e5231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:42:14 +0000 Subject: [PATCH] build(deps): bump requests from 2.32.3 to 2.32.4 in /nipap Bumps [requests](https://github.com/psf/requests) from 2.32.3 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.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nipap/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipap/pyproject.toml b/nipap/pyproject.toml index c648f9abd..f3aaf172c 100644 --- a/nipap/pyproject.toml +++ b/nipap/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "Flask-Compress==1.17", "flask-xml-rpc-re==0.1.4", "flask-restx==1.3.0", - "requests==2.32.3", + "requests==2.32.4", "IPy==1.01", "Jinja2==3.1.5", "MarkupSafe==3.0.2",