From ca97a9934e9018e0c9503d0398de1051c1e3f902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:32:40 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /chp_api Bumps [djangorestframework](https://github.com/encode/django-rest-framework) 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) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chp_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chp_api/requirements.txt b/chp_api/requirements.txt index 2e5c27f..2c8fb5d 100644 --- a/chp_api/requirements.txt +++ b/chp_api/requirements.txt @@ -30,7 +30,7 @@ django-extensions==3.2.3 django-filter==24.2 django-hosts==6.0 django-oauth-toolkit==2.3.0 -djangorestframework==3.15.1 +djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 exceptiongroup==1.2.1 feedparser==6.0.11