From 7317ede49bc082ef0ab4484d864fb97367b6c57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:27:07 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Bumps the pip group with 3 updates in the /rancher-services-check-updates directory: [certifi](https://github.com/certifi/python-certifi), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2018.8.24 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2018.08.24...2023.07.22) Updates `requests` from 2.19.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.19.1...v2.31.0) Updates `urllib3` from 1.23 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.23...1.26.18) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip-security-group - dependency-name: requests dependency-type: direct:production dependency-group: pip-security-group - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- rancher-services-check-updates/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rancher-services-check-updates/requirements.txt b/rancher-services-check-updates/requirements.txt index 4a366f9..108a933 100644 --- a/rancher-services-check-updates/requirements.txt +++ b/rancher-services-check-updates/requirements.txt @@ -1,6 +1,6 @@ -certifi==2018.8.24 +certifi==2023.7.22 chardet==3.0.4 idna==2.7 -requests==2.19.1 +requests==2.31.0 terminaltables==3.1.0 -urllib3==1.23 \ No newline at end of file +urllib3==1.26.18 \ No newline at end of file