Skip to content

Commit

Permalink
chore: use major.minor.patch constraint for 0 major version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 20, 2023
1 parent 7c70717 commit 3b9df84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ dynamic = [
]
dependencies = [
"defusedcsv~=2.0",
"defusedxml~=0.7",
"defusedxml~=0.7.1",
"django~=4.2",
"django-cleanup~=8.0",
"django-compressor~=4.4",
"django-extensions~=3.2",
"django-filter~=23.2",
"django-libsass~=0.9",
"django-mathfilters~=1.0",
"django-mptt~=0.14",
"django-mptt~=0.14.0",
"django-rest-swagger~=2.2",
"django-settings-export~=1.2",
"django-widget-tweaks~=1.5",
"djangorestframework~=3.14",
"drf-extensions~=0.7",
"drf-extensions~=0.7.1",
"iso8601~=2.0",
"markdown~=3.4",
"pypandoc~=1.11",
Expand All @@ -60,7 +60,7 @@ dependencies = [

[project.optional-dependencies]
allauth = [
"django-allauth~=0.56",
"django-allauth~=0.56.1",
]
ci = [
"coveralls~=3.3",
Expand Down

0 comments on commit 3b9df84

Please sign in to comment.