diff --git a/poetry.lock b/poetry.lock index ab7369c..58e8983 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2021,17 +2021,17 @@ tooling-extras = ["pyaml (>=23.7.0)", "pypandoc-binary (>=1.11)", "pytest (>=7.4 [[package]] name = "wtforms" -version = "3.0.1" +version = "3.1.1" description = "Form validation and rendering for Python web development." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "WTForms-3.0.1-py3-none-any.whl", hash = "sha256:837f2f0e0ca79481b92884962b914eba4e72b7a2daaf1f939c890ed0124b834b"}, - {file = "WTForms-3.0.1.tar.gz", hash = "sha256:6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc"}, + {file = "wtforms-3.1.1-py3-none-any.whl", hash = "sha256:ae7c54b29806c70f7bce8eb9f24afceb10ca5c32af3d9f04f74d2f66ccc5c7e0"}, + {file = "wtforms-3.1.1.tar.gz", hash = "sha256:5e51df8af9a60f6beead75efa10975e97768825a82146a65c7cbf5b915990620"}, ] [package.dependencies] -MarkupSafe = "*" +markupsafe = "*" [package.extras] email = ["email-validator"] @@ -2126,4 +2126,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "8b540238e35c64b1359053ba29131297cf6b534f70fef6bd144152c74671fec8" +content-hash = "d9ee6838c6fccb5978a55bdbaad454b8c6b1594efed2aa5ede53808123a4a97a" diff --git a/pyproject.toml b/pyproject.toml index eea27ba..06e660a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-multipart = "^0.0" pygments = "^2.16.1" aiofiles = "^23.2.1" slug = "^2.0" -WTForms = "^3.0.1" +WTForms = "^3.1.1" yarl = "^1.9.2" gunicorn = "^21.2.0" # PyCrypto = "^2.6"