From 4de8b2ec96d08382b70bdda6c3dc07be940234c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:53:07 +0000 Subject: [PATCH] chore: bump django from 4.2 to 5.0.1 Bumps [django](https://github.com/django/django) from 4.2 to 5.0.1. - [Commits](https://github.com/django/django/compare/4.2...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 543d6e3f..5be883a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "Django==4.2", + "Django==5.0.1", "django-agnocomplete==2.2.0", "django-environ==0.10.0", "django-probes==1.7.0",