mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:45:41 -04:00
Bump gunicorn from 23.0.0 to 24.1.0 (#2184)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 24.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
20
poetry.lock
generated
20
poetry.lock
generated
@@ -1925,26 +1925,26 @@ test = ["objgraph", "psutil", "setuptools"]
|
||||
|
||||
[[package]]
|
||||
name = "gunicorn"
|
||||
version = "23.0.0"
|
||||
version = "24.1.1"
|
||||
description = "WSGI HTTP Server for UNIX"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"},
|
||||
{file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"},
|
||||
{file = "gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8"},
|
||||
{file = "gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
gevent = {version = ">=1.4.0", optional = true, markers = "extra == \"gevent\""}
|
||||
gevent = {version = ">=24.10.1", optional = true, markers = "extra == \"gevent\""}
|
||||
packaging = "*"
|
||||
|
||||
[package.extras]
|
||||
eventlet = ["eventlet (>=0.24.1,!=0.36.0)"]
|
||||
gevent = ["gevent (>=1.4.0)"]
|
||||
eventlet = ["eventlet (>=0.40.3)"]
|
||||
gevent = ["gevent (>=24.10.1)"]
|
||||
setproctitle = ["setproctitle"]
|
||||
testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"]
|
||||
tornado = ["tornado (>=0.2)"]
|
||||
testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "pytest", "pytest-asyncio", "pytest-cov"]
|
||||
tornado = ["tornado (>=6.5.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "h11"
|
||||
@@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.13.2"
|
||||
content-hash = "9852f85b50d305ea283f8f23425e02e6a05c835b21ae4966b91313c680380389"
|
||||
content-hash = "09b5895003909b33b6f83ff4dfd81daaba2d1e159629f2d13dd0bf35b25937e0"
|
||||
|
||||
Reference in New Issue
Block a user