Skip to content

Commit cb2fded

Browse files
authored
Merge pull request #34 from weswil07/upgrade-django5.2
Upgrade to Django 5.2.
2 parents b34afb7 + 91c6692 commit cb2fded

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9.0"
7+
version = "0.9.1"
88
authors = [
99
{name = "James Robert"},
1010
{email = "jiaaro@gmail.com"}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
psycopg[binary]==3.1.19
2-
Django==5.1.5
2+
Django==5.2.8
33
Pillow==10.3.0

0 commit comments

Comments
 (0)