diff --git a/gcp/website/frontend3/package.json b/gcp/website/frontend3/package.json index 1dbfdaef8ed..d3c07ae4c89 100644 --- a/gcp/website/frontend3/package.json +++ b/gcp/website/frontend3/package.json @@ -2,7 +2,7 @@ "name": "frontend3", "version": "0.0.0", "private": true, - "packageManager": "pnpm@11.21.0", + "packageManager": "pnpm@11.22.0", "scripts": { "watch": "webpack --config webpack.dev.js --watch", "start": "webpack serve --config webpack.dev.js", diff --git a/gcp/website/poetry.lock b/gcp/website/poetry.lock index 29f9eea6f5f..46132210a40 100644 --- a/gcp/website/poetry.lock +++ b/gcp/website/poetry.lock @@ -1208,26 +1208,23 @@ protobuf = ">=6.33.5,<8.0.0" [[package]] name = "gunicorn" -version = "26.0.0" +version = "26.1.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-26.0.0-py3-none-any.whl", hash = "sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc"}, - {file = "gunicorn-26.0.0.tar.gz", hash = "sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf"}, + {file = "gunicorn-26.1.0-py3-none-any.whl", hash = "sha256:9f45bcddec5e9dc7a25a3bdccb0c6832f11fd5d4739b1ee36c8d2fec25f1dc86"}, + {file = "gunicorn-26.1.0.tar.gz", hash = "sha256:1413d777bf99d31ebeb08acd354b01f1ecc44db0aa7b811ae7b86c669232e4f7"}, ] -[package.dependencies] -packaging = "*" - [package.extras] -fast = ["gunicorn_h1c (>=0.6.5)"] -gevent = ["gevent (>=24.10.1)"] -http2 = ["h2 (>=4.1.0)"] +fast = ["gunicorn_h1c (>=0.6.6)"] +gevent = ["gevent (>=24.10.1)", "packaging"] +http2 = ["h2 (>=4.4.1)"] setproctitle = ["setproctitle"] -testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] -tornado = ["tornado (>=6.5.0)"] +testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.4.1)", "httpx[http2] (>=0.23.0)", "inotify (>=0.2.10) ; sys_platform == \"linux\"", "packaging", "pytest (>=9.0.3)", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] +tornado = ["tornado (>=6.5.7)"] [[package]] name = "idna" @@ -2184,4 +2181,4 @@ platformdirs = ">=3.5.1" [metadata] lock-version = "2.1" python-versions = ">=3.13,<4.0" -content-hash = "92409201c8194fe8852238a65e7126da07915013955f23b394ec35756c89982b" +content-hash = "a73f5ff45395951955fb08ee3cfe86f62edb22dec2c3ec6d3a14b25dc26cc51e" diff --git a/gcp/website/pyproject.toml b/gcp/website/pyproject.toml index b89b7458c9f..eb0f3d41fdb 100644 --- a/gcp/website/pyproject.toml +++ b/gcp/website/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "packageurl-python==0.17.6", "redis==6.4.0", "requests==2.34.2", - "gunicorn==26.0.0", + "gunicorn==26.1.0", "whitenoise==6.12.0", "cvss==3.6", "osv",