Skip to content

Commit

Permalink
Bump down to Django 4.2.8 for LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 22, 2024
1 parent f5e8f48 commit 78388ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"neomodel~=5.3.0",
'django~=5.0.6'
'django>=4.2.8'
]
version='0.1.2'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
neomodel~=5.3.0
django~=5.0.6
django~=4.2.8

0 comments on commit 78388ce

Please sign in to comment.