diff --git a/gcp/website/frontend3/package.json b/gcp/website/frontend3/package.json index 48fed335e5d..22fb3c7199b 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.24.0", + "packageManager": "pnpm@11.25.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 c1a07a2fb6d..923cdbc9172 100644 --- a/gcp/website/poetry.lock +++ b/gcp/website/poetry.lock @@ -741,14 +741,14 @@ dotenv = ["python-dotenv"] [[package]] name = "flask-caching" -version = "2.5.0" +version = "2.5.1" description = "Adds caching support to Flask applications." optional = false python-versions = ">=3.11" groups = ["main"] files = [ - {file = "flask_caching-2.5.0-py3-none-any.whl", hash = "sha256:8e625acd99759171a428ceb9b669ba6743c11dd9b37ace4e0ea7a3ee34097ccd"}, - {file = "flask_caching-2.5.0.tar.gz", hash = "sha256:5a8779b54695f96e1b4a7a149dd8c6d863433ea66327cde4311ce7fd7b57391f"}, + {file = "flask_caching-2.5.1-py3-none-any.whl", hash = "sha256:a8591b0315f033d1f10ba67e318b82b3179e548306195ec08e8f0c5f8ef287bf"}, + {file = "flask_caching-2.5.1.tar.gz", hash = "sha256:f75b451fde3faac0e278da72263818134deca8c4ba6bb07b9b3b238991368dae"}, ] [package.dependencies] @@ -806,14 +806,14 @@ grpc = ["grpcio (>=1.59.0,<2.0.0)", "grpcio (>=1.75.1,<2.0.0) ; python_version > [[package]] name = "google-auth" -version = "2.57.0" +version = "2.57.1" description = "Google Authentication Library" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "google_auth-2.57.0-py3-none-any.whl", hash = "sha256:180dafe015cfb62193bea26b677500fab5b9fd51a1e825ebf3ad9b182047ae59"}, - {file = "google_auth-2.57.0.tar.gz", hash = "sha256:9b4f96d6a1feb5f7201231f47cfb3de08d8f176f8a61f9e461555116e95a8789"}, + {file = "google_auth-2.57.1-py3-none-any.whl", hash = "sha256:ab439dee60a6856412bc058f13a68eb6a59c5b81526bb89cfdcf89ce9c0a48c9"}, + {file = "google_auth-2.57.1.tar.gz", hash = "sha256:eb47b230fc6707eed4aee1c9cef55ec05bc1785eecba74ff8b572d531e921b1e"}, ] [package.dependencies] @@ -936,7 +936,7 @@ google-cloud-audit-log = ">=0.3.2,<1.0.0" google-cloud-core = ">=2.0.0,<3.0.0" grpc-google-iam-v1 = ">=0.14.2,<1.0.0" grpcio = [ - {version = ">=1.59.0,<2.0.0", markers = "python_version < \"3.14\""}, + {version = ">=1.59.0,<2.0.0"}, {version = ">=1.75.1,<2.0.0", markers = "python_version >= \"3.14\""}, ] opentelemetry-api = ">=1.16.0" @@ -2228,4 +2228,4 @@ platformdirs = ">=3.5.1" [metadata] lock-version = "2.1" python-versions = ">=3.13,<4.0" -content-hash = "70fa5922cdfeee29bc030d6fc1bd16785210aba169e59e0d3b7a24945982b905" +content-hash = "7e2b5ce4935a59d1a15bb85bc77710866101297f52d7c1bc61a35f6930d9875e" diff --git a/gcp/website/pyproject.toml b/gcp/website/pyproject.toml index f445548ca2e..0cb54c2a58f 100644 --- a/gcp/website/pyproject.toml +++ b/gcp/website/pyproject.toml @@ -3,10 +3,10 @@ name = "website-backend" requires-python = ">=3.13,<4.0" dependencies = [ "Flask==3.1.3", - "Flask-Caching==2.5.0", + "Flask-Caching==2.5.1", "Flask-Compress==1.24", "werkzeug==3.1.8", - "google-auth==2.57.0", + "google-auth==2.57.1", "google-cloud-ndb==2.6.0", "google-cloud-logging==3.16.3", "google-cloud-storage==3.13.1",