From 30236a3b35a7923257ecbad291649d5f236e0793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:47:35 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /backend directory: [certifi](https://github.com/certifi/python-certifi), [djangorestframework](https://github.com/encode/django-rest-framework), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...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 `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/v2.31.0...v2.32.2) Updates `urllib3` from 2.2.1 to 2.2.2 - [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/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework 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] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8e94056..316e603 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,13 +1,13 @@ annotated-types==0.6.0 anyio==4.2.0 asgiref==3.8.1 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 distro==1.9.0 Django==5.0.6 django-cors-headers==4.2.0 -djangorestframework==3.15.1 +djangorestframework==3.15.2 gunicorn==22.0.0 h11==0.14.0 httpcore==1.0.2 @@ -18,11 +18,11 @@ packaging==24.0 pydantic==2.6.1 pydantic_core==2.16.2 python-dotenv==1.0.1 -requests==2.31.0 +requests==2.32.2 sniffio==1.3.1 sqlparse==0.5.0 tqdm==4.66.5 typing_extensions==4.9.0 -urllib3==2.2.1 +urllib3==2.2.2 uvicorn==0.29.0 whitenoise==6.6.0