From 01e099877981eea9dd41ab1dcbebba3fe4c6c866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:56:24 +0000 Subject: [PATCH] chore(deps): bump django from 5.1.6 to 5.1.8 Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.1.6...5.1.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f466c3a..0d2b7d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3 :: Only"] requires-python = ">=3.12" maintainers = [{ name = "Compiler LLC", email = "dev@compiler.la" }] -dependencies = ["Django==5.1.6", "gunicorn==23.0.0"] +dependencies = ["Django==5.1.8", "gunicorn==23.0.0"] [project.optional-dependencies] dev = ["black", "djlint", "flake8", "pre-commit", "setuptools_scm>=8"]