Merge pull request #2430 from GSA/dependabot/pip/gunicorn-23.0.0

Bump gunicorn from 22.0.0 to 23.0.0
This commit is contained in:
Alex Janousek
2025-03-22 10:27:58 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1164,14 +1164,14 @@ test = ["objgraph", "psutil"]
[[package]]
name = "gunicorn"
version = "22.0.0"
version = "23.0.0"
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.7"
groups = ["main"]
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]
@@ -3321,4 +3321,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "3ae29fdc9d8ea519fe34c0862a447d1401823b00610dc67bce69b668d948986c"
content-hash = "ae7128a926645d368c191ba76c0335b03d4f1e96a62dd391acc137622c966822"

View File

@@ -18,7 +18,7 @@ flask-basicauth = "~=0.2"
flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
humanize = "~=4.10"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"