Remove gunicorn pin

This commit is contained in:
Gabriel Augendre 2022-11-10 17:43:36 +01:00
parent cf6df4bf2f
commit f652e8e37e
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -973,7 +973,7 @@ h11 = ">=0.9.0,<1"
[metadata]
lock-version = "1.1"
python-versions = ">=3.10.0, <4"
content-hash = "a8492fca0c4d83c2605cfd4e6aa9f043ba5969bd497ab20876ee1f93f2520d1f"
content-hash = "0f3a51fc5bde7b9ffb5f8596be2c7f9db40d1279a3dbda8daff47f4312e94e83"
[metadata.files]
ansicon = [

View file

@ -23,7 +23,7 @@ django-registration = ">=3.3"
django-anymail = {extras = ["mailgun"], version = ">=8.6"}
django-bootstrap5 = ">=22.1"
requests = ">=2.28.1"
gunicorn = "^20.1.0"
gunicorn = ">=20.1.0"
[tool.poetry.dev-dependencies]
django-debug-toolbar = ">=3.2"