Skip to content

Commit 21d5f76

Browse files
chore(deps): bump django from 5.1.4 to 5.1.5
Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5. - [Commits](django/django@5.1.4...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3f1c10 commit 21d5f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = { file = "LICENSE" }
77
classifiers = ["Programming Language :: Python :: 3 :: Only"]
88
requires-python = ">=3.12"
99
maintainers = [{ name = "Compiler LLC", email = "[email protected]" }]
10-
dependencies = ["Django==5.1.4", "gunicorn==23.0.0"]
10+
dependencies = ["Django==5.1.5", "gunicorn==23.0.0"]
1111

1212
[project.optional-dependencies]
1313
dev = ["black", "flake8", "pre-commit", "setuptools_scm>=8"]

0 commit comments

Comments
 (0)