Skip to content

Commit

Permalink
fix(pyproject.toml): upped the version of gunicorn to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Levijatan committed Oct 26, 2023
1 parent 0fede76 commit ae6b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"Markdown>=3.3.0,<3.4.0",
"Pygments>=2.15.0,<2.16.0",
"flup>=1.0.0,<1.1.0",
"gunicorn>=19.9.0,<19.10.0",
"gunicorn>=21.2.0,<22",
"django-crispy-forms>=1.14.0,<1.15.0",
"openpyxl",
"URLObject>=2.4.0,<2.5.0",
Expand Down

0 comments on commit ae6b540

Please sign in to comment.