diff --git a/pyproject.toml b/pyproject.toml index ccbedbb..721a5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Ashley Felton", email = "ashley.felton@dbca.wa.gov.au" }] license = "Apache-2.0" requires-python = ">=3.13,<4.0" dependencies = [ - "django==5.2.6", + "django==5.2.7", "psycopg[binary,pool]==3.2.10", "python-dotenv==1.1.1", "dj-database-url==3.0.1",