diff --git a/gcp/website/poetry.lock b/gcp/website/poetry.lock index d0bb4b1bcbb..6ef13289ad1 100644 --- a/gcp/website/poetry.lock +++ b/gcp/website/poetry.lock @@ -1795,18 +1795,18 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "werkzeug" -version = "3.1.3" +version = "3.1.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "werkzeug-3.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"}, - {file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"}, + {file = "werkzeug-3.1.6-py3-none-any.whl", hash = "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131"}, + {file = "werkzeug-3.1.6.tar.gz", hash = "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"}, ] [package.dependencies] -MarkupSafe = ">=2.1.1" +markupsafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] @@ -2066,4 +2066,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<4.0" -content-hash = "0a72b9eb7f8246cd5139b8b122bd517d136c682691f09cce7ac7c291f6865880" +content-hash = "785136ea4c7e362ae23af1d1175037a5ba41fce9b3377fe3f997c8cebef42394" diff --git a/gcp/website/pyproject.toml b/gcp/website/pyproject.toml index bbfa544f854..f40e1115ebd 100644 --- a/gcp/website/pyproject.toml +++ b/gcp/website/pyproject.toml @@ -5,7 +5,7 @@ dependencies = [ "Flask==2.3.3", "Flask-Caching==2.3.1", "Flask-Compress==1.17", - "werkzeug==3.1.3", + "werkzeug==3.1.6", "google-auth==2.38.0", "google-cloud-ndb==2.3.2", "google-cloud-logging==3.11.4",