diff --git a/poetry.lock b/poetry.lock index beea27c06..dd025b013 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1451,13 +1451,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.7" +version = "2.3.8" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.7-py3-none-any.whl", hash = "sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528"}, - {file = "werkzeug-2.3.7.tar.gz", hash = "sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8"}, + {file = "werkzeug-2.3.8-py3-none-any.whl", hash = "sha256:bba1f19f8ec89d4d607a3bd62f1904bd2e609472d93cd85e9d4e178f472c3748"}, + {file = "werkzeug-2.3.8.tar.gz", hash = "sha256:554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03"}, ] [package.dependencies] @@ -1469,4 +1469,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "849527043da489ab8bb882a0bc9cd2217529669aed06f52704b818cbc8a3ac91" +content-hash = "1d25713d9af983391837b92a10b8105daee6a338065499b11748d7d612bfae18" diff --git a/pyproject.toml b/pyproject.toml index 8230f67ca..0cefd2fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ py_w3c = "0.3.1" # required by both api and admin awscli = "1.29.84" boto3 = "1.28.84" -werkzeug = "2.3.7" +werkzeug = "2.3.8" itsdangerous = "2.1.2" [tool.poetry.group.test.dependencies]