diff --git a/poetry.lock b/poetry.lock index 9f2bd233..8f376bf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2913,13 +2913,13 @@ tests = ["Django (>=2.2.0)", "Flask (>=0.12.5)", "aiohttp (>=3.0.8)", "bottle (> [[package]] name = "werkzeug" -version = "3.1.0" +version = "3.1.1" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" files = [ - {file = "werkzeug-3.1.0-py3-none-any.whl", hash = "sha256:208a2e31a4a54c8b3d2244f2079ca1d3851629a7a7d546646059c64fb746023a"}, - {file = "werkzeug-3.1.0.tar.gz", hash = "sha256:6f2a0d38f25ba5a75c36c45b4ae350c7a23b57e3b974e9eb2d6851f2c648c00d"}, + {file = "werkzeug-3.1.1-py3-none-any.whl", hash = "sha256:a71124d1ef06008baafa3d266c02f56e1836a5984afd6dd6c9230669d60d9fb5"}, + {file = "werkzeug-3.1.1.tar.gz", hash = "sha256:8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4"}, ] [package.dependencies] @@ -3183,4 +3183,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "4b398f8cb3824239d04ea5b1b8b740773ca29505e6dc94bc88639fd4836d85c6" +content-hash = "5016343b4cdfc9eb2b47eefdd9901b1c856ea388e8a4793c1d9c487e79f9fa6f" diff --git a/pyproject.toml b/pyproject.toml index d48a1625..597ecb47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ social-auth-app-flask-sqlalchemy = "^1.0.1" SQLAlchemy = "^2.0.0" sseclient = "^0.0.27" # Limit the package till https://github.com/maxcountryman/flask-login/issues/686 is fixed -Werkzeug = "3.1.0" +Werkzeug = "3.1.1" toml = "^0.10.2" webargs = "^8.2.0" WTForms = "^3.0.1"