Skip to content

Commit 19c5105

Browse files
authored
Merge pull request #23 from weswil07/upgrade-django-4.2
Upgrade to Django 4.2.
2 parents 3207adc + ba0f097 commit 19c5105

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsonate"
7-
version = "0.7.7"
7+
version = "0.7.8"
88
authors = [
99
{name = "James Robert"},
1010
{email = "jiaaro@gmail.com"}
@@ -14,7 +14,7 @@ license = {text = "MIT"}
1414
keywords = ["django", "json", "templatetags"]
1515
urls = {homepage = "http://jsonate.com"}
1616
requires-python = ">=3.8"
17-
dependencies = ["django>=4.1.3"]
17+
dependencies = ["django>=4.2.6"]
1818
readme = "README.md"
1919
classifiers= [
2020
"Development Status :: 4 - Beta",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
psycopg2-binary==2.8.6
2-
django==4.1.3
2+
django==4.2.6
33
Pillow==9.0.1

0 commit comments

Comments
 (0)