From 90acef37c31ab5f2770feb854f46b4d047420778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:09:19 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.15.2 in /infra Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/requirements-core.txt b/infra/requirements-core.txt index 97742b17..cb73062c 100644 --- a/infra/requirements-core.txt +++ b/infra/requirements-core.txt @@ -27,7 +27,7 @@ pylint==2.17.4 pylint-django==2.5.3 # For django-rest -djangorestframework==3.14.0 +djangorestframework==3.15.2 drf-api-tracking==1.8.4 markdown==3.4.3