From c24db767939d93d0bed1f2c1a7595d5b26b749a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:11:46 -0600 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 (#678) 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 07b74e2e3..c76c686d6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ django-paypal==1.1.2 django-mptt==0.14.0 django-post-office==3.6.0 django-timezone-field==7.0 -djangorestframework==3.15.1 +djangorestframework==3.15.2 pre-commit==3.5.0 ; python_version<"3.9" pre-commit==3.7.1 ; python_version>="3.9" python-dateutil==2.8.2