From d96e3f81e0b5e666f60660bb51c51b19e7eddc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:08:10 +0000 Subject: [PATCH] build(deps): update django requirement from <5,>=4.2.13 to >=4.2.13,<6 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2.13...5.0.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 33e4580..d2b8d72 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -1,4 +1,4 @@ -Django>=4.2.13,<5 +Django>=4.2.13,<6 Markdown==3.6 coverage==7.6.1 flake8==7.1.1