Skip to content
Snippets Groups Projects
Verified Commit 40b27376 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Poetry dependency: gunicorn

parent b6c16a3c
No related branches found
No related tags found
No related merge requests found
...@@ -612,13 +612,13 @@ files = [ ...@@ -612,13 +612,13 @@ files = [
[[package]] [[package]]
name = "gunicorn" name = "gunicorn"
version = "22.0.0" version = "23.0.0"
description = "WSGI HTTP Server for UNIX" description = "WSGI HTTP Server for UNIX"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"},
{file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"},
] ]
[package.dependencies] [package.dependencies]
...@@ -1710,4 +1710,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] ...@@ -1710,4 +1710,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "99d1892677369108fe4291a68b56b6b82411b35beb6466c84a5b560493e6163d" content-hash = "ce62833c73d05243005b5f5a84078acf2e770be4cb8ad62bfedfdadf75263c3b"
...@@ -28,7 +28,7 @@ django-versatileimagefield = "^3.0" ...@@ -28,7 +28,7 @@ django-versatileimagefield = "^3.0"
dj-database-url = "^2.2.0" dj-database-url = "^2.2.0"
drf-jsonschema-serializer = "^3.0.0" drf-jsonschema-serializer = "^3.0.0"
drf-spectacular = "^0.27.1" drf-spectacular = "^0.27.1"
gunicorn = "^22.0.0" gunicorn = "^23.0.0"
jsonschema = "^4.22.0" jsonschema = "^4.22.0"
Pillow = "^10.1.0" Pillow = "^10.1.0"
psycopg2-binary = "^2.9.3" psycopg2-binary = "^2.9.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment