From 1986ba1e5ee3fc1142a7554bb563cbdbe9f57dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:15:16 +0000 Subject: [PATCH] Bump requests from 2.22.0 to 2.32.4 in /src/python/FMA_shell/pkg Bumps [requests](https://github.com/psf/requests) from 2.22.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.22.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/python/FMA_shell/pkg/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/FMA_shell/pkg/setup.py b/src/python/FMA_shell/pkg/setup.py index 6dc8c2827f..d004ea2bb4 100644 --- a/src/python/FMA_shell/pkg/setup.py +++ b/src/python/FMA_shell/pkg/setup.py @@ -7,7 +7,7 @@ 'click==7.0', 'prompt_toolkit==2.0.9', 'prettytable==0.7.2', - 'requests==2.22.0', + 'requests==2.32.4', ], packages=['lgraph_shell'], entry_points={