We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3207adc + ba0f097 commit 19c5105Copy full SHA for 19c5105
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "jsonate"
7
-version = "0.7.7"
+version = "0.7.8"
8
authors = [
9
{name = "James Robert"},
10
{email = "jiaaro@gmail.com"}
@@ -14,7 +14,7 @@ license = {text = "MIT"}
14
keywords = ["django", "json", "templatetags"]
15
urls = {homepage = "http://jsonate.com"}
16
requires-python = ">=3.8"
17
-dependencies = ["django>=4.1.3"]
+dependencies = ["django>=4.2.6"]
18
readme = "README.md"
19
classifiers= [
20
"Development Status :: 4 - Beta",
requirements.txt
@@ -1,3 +1,3 @@
1
psycopg2-binary==2.8.6
2
-django==4.1.3
+django==4.2.6
3
Pillow==9.0.1
0 commit comments