From f38c2d85cb3fdf1d5d62f989c4adaa9ce617e108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:38:03 +0000 Subject: [PATCH] tools: update midna bump django from 5.0.8 to 5.1 in /midna Bumps [django](https://github.com/django/django) from 5.0.8 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.8...5.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- midna/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midna/src/requirements.txt b/midna/src/requirements.txt index f3fb4f77f..b60168fda 100644 --- a/midna/src/requirements.txt +++ b/midna/src/requirements.txt @@ -1,4 +1,4 @@ -django==5.0.8 +django==5.1 mysqlclient==2.2.4 bcrypt==4.2.0 boto3==1.34.153