From 9df8eedd4dfe961b07d5c670c0d396d1cddd5261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:22:35 +0000 Subject: [PATCH] build(deps): Bump django from 5.0 to 5.0.5 Bumps [django](https://github.com/django/django) from 5.0 to 5.0.5. - [Commits](https://github.com/django/django/compare/5.0...5.0.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index c2614a9..fe28cc9 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,2 +1,2 @@ -django==5.0 +django==5.0.5 Pillow \ No newline at end of file