diff --git a/pyproject.toml b/pyproject.toml index 7fa63d8..c65013c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.7.12" +version = "0.7.14" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} diff --git a/requirements.txt b/requirements.txt index 9a107fd..1167024 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psycopg[binary]==3.1.19 -Django==5.0.6 +Django==5.1.5 Pillow==10.3.0