diff --git a/poetry.lock b/poetry.lock index 3e0f6088..470e0582 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,13 +1026,13 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" description = "WSGI HTTP Server for UNIX" optional = true python-versions = ">=3.7" files = [ - {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, - {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, + {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, + {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, ] [package.dependencies] @@ -2784,4 +2784,4 @@ deploy = ["gunicorn", "psycopg2"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "16d80cbdf6ebbedb4be2ef3e7dd5ee24e708292a7a700c4750362267f3684d64" +content-hash = "9c0f4b058fcfb933c602275879dc21cc2d25b7e258971f42ca36b4116e413dd2" diff --git a/pyproject.toml b/pyproject.toml index b57373df..4aa236a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ fedora-messaging = "^3.3.0" sqlalchemy-helpers = "^1.0.0" click = "^8.1.7" geoip2 = "^4.7.0" -gunicorn = {version = "^21.2.0 || ^22.0.0", optional = true} +gunicorn = {version = "^21.2.0 || ^22.0.0 || ^23.0.0", optional = true} psycopg2 = {version = "^2.9.9", optional = true} rich = "^13.7.0" mrtparse = "^2.2.0"