From a2839451c7081c51e8e394944e1777a3fa10d0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:52:13 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /plugins/gateway/f5-bigip/F5BigIPBundle.template/ApiClarityAgent directory: [certifi](https://github.com/certifi/python-certifi), [idna](https://github.com/kjd/idna), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2022.9.24 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2023.07.22) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `requests` from 2.27.1 to 2.31.0 - [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.27.1...v2.31.0) Updates `urllib3` from 1.26.12 to 1.26.18 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.12...1.26.18) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../ApiClarityAgent/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/gateway/f5-bigip/F5BigIPBundle.template/ApiClarityAgent/requirements.txt b/plugins/gateway/f5-bigip/F5BigIPBundle.template/ApiClarityAgent/requirements.txt index f517614f..04e3d881 100644 --- a/plugins/gateway/f5-bigip/F5BigIPBundle.template/ApiClarityAgent/requirements.txt +++ b/plugins/gateway/f5-bigip/F5BigIPBundle.template/ApiClarityAgent/requirements.txt @@ -1,6 +1,6 @@ -certifi==2022.9.24 +certifi==2023.7.22 charset-normalizer==2.0.12 -idna==3.4 +idna==3.7 PyYAML==6.0 -requests==2.27.1 -urllib3==1.26.12 \ No newline at end of file +requests==2.31.0 +urllib3==1.26.18 \ No newline at end of file