diff --git a/poetry.lock b/poetry.lock index ab7369c..a040286 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.0" 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.0-py3-none-any.whl", hash = "sha256:addd7899004fdf9318eb711d33aae9c1973fe80378257b7383e06de2eff7c559"}, + {file = "wtforms-3.1.0.tar.gz", hash = "sha256:4edd15771630289a5fa343d58822f72749822ca5a39dd33f92ee917cf72b954b"}, ] [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 = "eb6cda65b5460c55685be741c89f345ca747e71007466b213b62c36ef83d4d29" diff --git a/pyproject.toml b/pyproject.toml index eea27ba..ef4e687 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.0" yarl = "^1.9.2" gunicorn = "^21.2.0" # PyCrypto = "^2.6"