diff --git a/poetry.lock b/poetry.lock index c37cbeb..67ae85f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1467,13 +1467,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.6" +version = "3.0.1" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.3.6-py3-none-any.whl", hash = "sha256:935539fa1413afbb9195b24880778422ed620c0fc09670945185cce4d91a8890"}, - {file = "Werkzeug-2.3.6.tar.gz", hash = "sha256:98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330"}, + {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, + {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, ] [package.dependencies] @@ -1603,4 +1603,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c046e7f23139d487d50aefba34cbb85d02de0d780d3a37f7f8fd307cd26bea09" +content-hash = "67d3c21c2d10ed61cf83286b090b5b8d71e64bb66b9323f7470152a6b2353a98" diff --git a/pyproject.toml b/pyproject.toml index 8c25b6b..af7b9c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ black = "^22.8.0" mypy = "^1.4.1" pytest = "^7.1.3" ptpython = "^3.0.20" -Werkzeug = "^2.2.2" +Werkzeug = ">=2.2.2,<4.0.0" pylint = "^2.15.3" types-python-slugify = "^6.1.0" types-cachetools = "^5.2.1"