diff --git a/poetry.lock b/poetry.lock index 2e8df7f..cc0a814 100644 --- a/poetry.lock +++ b/poetry.lock @@ -852,18 +852,18 @@ files = [ [[package]] name = "werkzeug" -version = "3.1.3" +version = "3.1.4" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "werkzeug-3.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"}, - {file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"}, + {file = "werkzeug-3.1.4-py3-none-any.whl", hash = "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905"}, + {file = "werkzeug-3.1.4.tar.gz", hash = "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"}, ] [package.dependencies] -MarkupSafe = ">=2.1.1" +markupsafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] diff --git a/requirements.txt b/requirements.txt index d6c0761..2ebe425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,5 +37,5 @@ redis==6.2.0 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0" webassets==2.0 ; python_version >= "3.12" and python_version < "4.0" -werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0" +werkzeug==3.1.4 ; python_version >= "3.12" and python_version < "4.0" wtforms==3.2.1 ; python_version >= "3.12" and python_version < "4.0"