From 397ba0f191a6ca57e6baba4267ced1a0cc7eb5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:56:56 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.0 to 3.15.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.0...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4de3c3095..2551476a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pre-commit==3.5.0; python_version < '3.9' pre-commit==3.7.0; python_version >= '3.9' pytest==8.1.1 pytest-mypy-plugins==3.1.1 -djangorestframework==3.15.0 +djangorestframework==3.15.1 types-pytz==2024.1.0.20240203 types-requests==2.31.0.20240311 types-urllib3==1.26.25.14