diff --git a/poetry.lock b/poetry.lock index a72e2b7..05f3749 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2103,13 +2103,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.1" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] @@ -2136,4 +2136,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "4d242a078030effe7de061b5e79a6385648555a900afb9fa8c057ca91d199529" +content-hash = "d5393dbc9f6c14cb037ca32ec382bc821c5bb1ebdd81c0b47845a87877255b93" diff --git a/pyproject.toml b/pyproject.toml index ee061fc..28dbaf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ monarc-stats-service-client-list = "statsservice.commands.client:client_list" [tool.poetry.dependencies] python = ">=3.8,<4.0" Flask = "^2.0.2" -werkzeug = "3.0.1" +werkzeug = "3.0.3" requests = "^2.31.0" flask_restx = "^1.3.0" jsonschema = "^3.2.0"