diff --git a/poetry.lock b/poetry.lock index 354c55c..0252a67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anyio" @@ -849,13 +849,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-fasthtml" -version = "0.9.1" +version = "0.10.0" description = "The fastest way to create an HTML app" optional = false python-versions = ">=3.10" files = [ - {file = "python-fasthtml-0.9.1.tar.gz", hash = "sha256:95fd510c7b71bee14b49d35d3367345c16c23df9eb23810c413c38f64eb61ae8"}, - {file = "python_fasthtml-0.9.1-py3-none-any.whl", hash = "sha256:0fb5e22ec137422052629d10f1465a00f65372aa04d45dff42547ef6e8dba2db"}, + {file = "python-fasthtml-0.10.0.tar.gz", hash = "sha256:b74bbb41a4c89b8348ef9caaa1a7bde5549ce3a996395a2e3dcf0b31d5c6b628"}, + {file = "python_fasthtml-0.10.0-py3-none-any.whl", hash = "sha256:44bdd34e8ad56b86980f0b054d791dd7f48d10113f5b760db6e35d7412e54e75"}, ] [package.dependencies] @@ -1391,4 +1391,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c552b88d380130281ba394c144df1145ae368522c890a42da4758554ed23d251" +content-hash = "a407530b3743bc55d28bdca0601db51db948043ed21cef23fbd01184f049c614" diff --git a/pyproject.toml b/pyproject.toml index d693ed5..98687bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" shad4fast = "^1.3.1" -python-fasthtml = "^0.9.1" +python-fasthtml = "^0.10.0" lorem-text = "^2.1" pyyaml = "^6.0.2" ua-parser = "^0.18.0"