diff --git a/pyproject.toml b/pyproject.toml index 3baba12..1483781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.9.0" +version = "0.9.1" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} diff --git a/requirements.txt b/requirements.txt index 1167024..99fb108 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psycopg[binary]==3.1.19 -Django==5.1.5 +Django==5.2.8 Pillow==10.3.0