Skip to content

Commit

Permalink
Bump to django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 21, 2024
1 parent 2726b8b commit 0340063
Show file tree
Hide file tree
Showing 3 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>=2.2'
'django~=4.0'
]
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>=2.2
django~=4.0
Binary file modified test.db
Binary file not shown.

0 comments on commit 0340063

Please sign in to comment.