Skip to content

Commit

Permalink
update project dependency declaration to newer framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Feb 14, 2025
1 parent 0856860 commit bc9e50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies = [

[project.optional-dependencies]
django = [
"django>=3.2",
"django>=4.2",
]
djangorestframework = [
"djangorestframework~=3.13",
"djangorestframework~=3.14",
]

[project.urls]
Expand Down

0 comments on commit bc9e50e

Please sign in to comment.