diff --git a/poetry.lock b/poetry.lock index 28d9dd0..1e10a3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1801,6 +1801,7 @@ optional = false python-versions = "*" files = [ {file = "sphinx-multiversion-0.2.4.tar.gz", hash = "sha256:5cd1ca9ecb5eed63cb8d6ce5e9c438ca13af4fa98e7eb6f376be541dd4990bcb"}, + {file = "sphinx_multiversion-0.2.4-py2.py3-none-any.whl", hash = "sha256:5c38d5ce785a335d8c8d768b46509bd66bfb9c6252b93b700ca8c05317f207d6"}, {file = "sphinx_multiversion-0.2.4-py3-none-any.whl", hash = "sha256:dec29f2a5890ad68157a790112edc0eb63140e70f9df0a363743c6258fbeb478"}, ] @@ -2102,13 +2103,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.3" +version = "3.0.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, - {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, + {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, + {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, ] [package.dependencies] @@ -2135,4 +2136,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "d5393dbc9f6c14cb037ca32ec382bc821c5bb1ebdd81c0b47845a87877255b93" +content-hash = "e3237ac0f3a79572310b5db566fbac49b88c2005ba3273875e132d16f52e2b57" diff --git a/pyproject.toml b/pyproject.toml index 28dbaf7..835f352 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.3" +werkzeug = "3.0.6" requests = "^2.31.0" flask_restx = "^1.3.0" jsonschema = "^3.2.0"