diff --git a/pyproject.toml b/pyproject.toml index 9bc7ca1..8f84c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.7.9" +version = "0.7.10" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} diff --git a/requirements.txt b/requirements.txt index c9feaa3..a99ae8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psycopg[binary]==3.1.12 -django==4.2.6 +Django==5.0.6 Pillow==9.0.1