From b510dd6e3bb4be9e21e6a1d673d52ddf2b3fdd9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:32:03 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 4 updates Updates the requirements on [requests](https://github.com/psf/requests), [certifi](https://github.com/certifi/python-certifi), [djangorestframework](https://github.com/encode/django-rest-framework) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `requests` to 2.32.3 - [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/v0.2.0...v2.32.3) Updates `requests` from 2.31.0 to 2.32.2 - [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/v0.2.0...v2.32.3) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `djangorestframework` from 3.15.1 to 3.15.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) Updates `urllib3` from 1.26.18 to 1.26.19 - [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.18...1.26.19) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- src/agent/kubernetes-agent/requirements.txt | 2 +- src/api-engine/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/agent/kubernetes-agent/requirements.txt b/src/agent/kubernetes-agent/requirements.txt index 7839fb75f..e98ba28a9 100644 --- a/src/agent/kubernetes-agent/requirements.txt +++ b/src/agent/kubernetes-agent/requirements.txt @@ -1,2 +1,2 @@ kubernetes<=9.0.0 -requests<=2.22.0 +requests<=2.32.3 diff --git a/src/api-engine/requirements.txt b/src/api-engine/requirements.txt index 53cd8a240..12d75c323 100644 --- a/src/api-engine/requirements.txt +++ b/src/api-engine/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.3.2 attrs==20.3.0 cachetools==4.1.1 celery==5.2.6 -certifi==2023.7.22 +certifi==2024.7.4 chardet==3.0.4 coreapi==2.3.3 coreschema==0.0.4 @@ -13,7 +13,7 @@ django-cors-headers==3.5.0 django-extensions==2.2.9 django-filter==2.4.0 django-rest-auth==0.9.5 -djangorestframework==3.15.1 +djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 docker==4.2.0 drf-yasg==1.21.7 @@ -41,7 +41,7 @@ python-dateutil==2.8.1 python3-openid==3.2.0 PyYAML==5.4 redis==4.4.4 -requests==2.31.0 +requests==2.32.2 requests-oauthlib==1.3.0 rfc3987==1.3.8 rsa==4.7 @@ -52,7 +52,7 @@ sqlparse==0.5.0 strict-rfc3339==0.7 swagger-spec-validator==2.5.0 uritemplate==3.0.1 -urllib3==1.26.18 +urllib3==1.26.19 uWSGI==2.0.22 validate-email==1.3 watchdog==0.10.2