We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d69b2 commit 01e0998Copy full SHA for 01e0998
pyproject.toml
@@ -7,7 +7,7 @@ license = { file = "LICENSE" }
7
classifiers = ["Programming Language :: Python :: 3 :: Only"]
8
requires-python = ">=3.12"
9
maintainers = [{ name = "Compiler LLC", email = "[email protected]" }]
10
-dependencies = ["Django==5.1.6", "gunicorn==23.0.0"]
+dependencies = ["Django==5.1.8", "gunicorn==23.0.0"]
11
12
[project.optional-dependencies]
13
dev = ["black", "djlint", "flake8", "pre-commit", "setuptools_scm>=8"]
0 commit comments