Skip to content

Commit 7e1fd60

Browse files
authored
Merge pull request #31 from weswil07/upgrade-django-5.1
Upgrade to Django 5.1.
2 parents e6a3acd + dc1f3cb commit 7e1fd60

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.7.12"
7+
version = "0.7.14"
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.0.6
2+
Django==5.1.5
33
Pillow==10.3.0

0 commit comments

Comments
 (0)