diff --git a/pyproject.toml b/pyproject.toml index 4e979f3..4397653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Database config for the Autoreduction service" readme = "README.md" license = { text = "GNU General Public License" } classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"] -dependencies = ['autoreduce_utils==22.0.0.dev23', 'Django==4.0.6'] +dependencies = ['autoreduce_utils==22.0.0.dev23', 'Django==4.1.2'] [project.optional-dependencies] dev = []