From 3d784006637fd70443ca7c7aa3a1a412d4dae9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:48:02 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.2 to 3.16.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e27222d..bd8d23f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ wheel pre-commit==4.2.0 pytest==8.3.5 pytest-mypy-plugins==3.2.0 -djangorestframework==3.15.2 +djangorestframework==3.16.0 types-pytz==2025.2.0.20250326 types-requests==2.32.0.20250328 types-urllib3==1.26.25.14