diff --git a/gcp/website/poetry.lock b/gcp/website/poetry.lock index 7f8c12ea218..8d1ec715203 100644 --- a/gcp/website/poetry.lock +++ b/gcp/website/poetry.lock @@ -671,14 +671,14 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "flask" -version = "3.1.2" +version = "3.1.3" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "flask-3.1.2-py3-none-any.whl", hash = "sha256:ca1d8112ec8a6158cc29ea4858963350011b5c846a414cdb7a954aa9e967d03c"}, - {file = "flask-3.1.2.tar.gz", hash = "sha256:bf656c15c80190ed628ad08cdfd3aaa35beb087855e2f494910aa3774cc4fd87"}, + {file = "flask-3.1.3-py3-none-any.whl", hash = "sha256:f4bcbefc124291925f1a26446da31a5178f9483862233b23c0c96a20701f670c"}, + {file = "flask-3.1.3.tar.gz", hash = "sha256:0ef0e52b8a9cd932855379197dd8f94047b359ca0a78695144304cb45f87c9eb"}, ] [package.dependencies] @@ -2100,14 +2100,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "werkzeug" -version = "3.1.5" +version = "3.1.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "werkzeug-3.1.5-py3-none-any.whl", hash = "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc"}, - {file = "werkzeug-3.1.5.tar.gz", hash = "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"}, + {file = "werkzeug-3.1.6-py3-none-any.whl", hash = "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131"}, + {file = "werkzeug-3.1.6.tar.gz", hash = "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"}, ] [package.dependencies] @@ -2169,4 +2169,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.13,<4.0" -content-hash = "48fe67a4ddc8ff27a1f97522ee0c09db7ec9a0cb320f3b923cfe6e874d04e19b" +content-hash = "e32ba8f55642464ff65c7151dea556dd9a18ca8119a5dd8fffff024a61b64b77" diff --git a/gcp/website/pyproject.toml b/gcp/website/pyproject.toml index ecfb410dbf1..65e4e0e040b 100644 --- a/gcp/website/pyproject.toml +++ b/gcp/website/pyproject.toml @@ -2,10 +2,10 @@ name = "website-backend" requires-python = ">=3.13,<4.0" dependencies = [ - "Flask==3.1.2", + "Flask==3.1.3", "Flask-Caching==2.3.1", "Flask-Compress==1.23", - "werkzeug==3.1.5", + "werkzeug==3.1.6", "google-auth==2.48.0", "google-cloud-ndb==2.4.0", "google-cloud-logging==3.13.0",