From 711ff89f486a8cf64bd1f893d1ffb07ba2b22a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:57:55 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 6 updates Bumps the pip group with 2 updates in the /gmailApp directory: [httplib2](https://github.com/httplib2/httplib2) and [rsa](https://github.com/sybrenstuvel/python-rsa). Bumps the pip group with 4 updates in the /rancher-services-check-updates 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 `httplib2` from 0.11.3 to 0.19.0 - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/v0.11.3...v0.19.0) Updates `rsa` from 3.4.2 to 4.7 - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-3.4.2...version-4.7) 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 `idna` from 2.7 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/v2.7...v3.7) 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: httplib2 dependency-type: direct:production dependency-group: pip - dependency-name: rsa dependency-type: direct:production dependency-group: pip - 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] --- gmailApp/requirements.txt | 4 ++-- rancher-services-check-updates/requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gmailApp/requirements.txt b/gmailApp/requirements.txt index 35c32cf..ebcfadb 100644 --- a/gmailApp/requirements.txt +++ b/gmailApp/requirements.txt @@ -2,12 +2,12 @@ cachetools==2.1.0 google-api-python-client==1.7.3 google-auth==1.5.0 google-auth-httplib2==0.0.3 -httplib2==0.11.3 +httplib2==0.19.0 oauth2client==4.1.2 pipenv==2018.7.1 pyasn1==0.4.3 pyasn1-modules==0.2.2 -rsa==3.4.2 +rsa==4.7 uritemplate==3.0.0 virtualenv==16.0.0 virtualenv-clone==0.3.0 diff --git a/rancher-services-check-updates/requirements.txt b/rancher-services-check-updates/requirements.txt index 4a366f9..f35f328 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 +idna==3.7 +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