diff --git a/pyproject.toml b/pyproject.toml index 400750d..01e6b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.7.7" +version = "0.7.8" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} @@ -14,7 +14,7 @@ license = {text = "MIT"} keywords = ["django", "json", "templatetags"] urls = {homepage = "http://jsonate.com"} requires-python = ">=3.8" -dependencies = ["django>=4.1.3"] +dependencies = ["django>=4.2.6"] readme = "README.md" classifiers= [ "Development Status :: 4 - Beta", diff --git a/requirements.txt b/requirements.txt index 2970cf4..7525b01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psycopg2-binary==2.8.6 -django==4.1.3 +django==4.2.6 Pillow==9.0.1