Skip to content

Commit

Permalink
Merge pull request Rootbuzz#23 from weswil07/upgrade-django-4.2
Browse files Browse the repository at this point in the history
Upgrade to Django 4.2.
  • Loading branch information
weswil07 committed Oct 19, 2023
2 parents 3207adc + ba0f097 commit 19c5105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psycopg2-binary==2.8.6
django==4.1.3
django==4.2.6
Pillow==9.0.1

0 comments on commit 19c5105

Please sign in to comment.