diff --git a/poetry.lock b/poetry.lock index 57e906d..bd39406 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" @@ -964,13 +964,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "shad4fast" -version = "1.2.8" +version = "1.2.9" description = "Shadcn style components to be used with fasthtml" optional = false python-versions = ">=3.8" files = [ - {file = "shad4fast-1.2.8-py3-none-any.whl", hash = "sha256:6532c59b988b45da0ac8cd0e68bba7f781a29ce19a4a062fa77af8d12ab2a770"}, - {file = "shad4fast-1.2.8.tar.gz", hash = "sha256:0f39501d16a7e8843c8e1b36e4ccf6034de3f5d573544f5dde1014938f70bc6b"}, + {file = "shad4fast-1.2.9-py3-none-any.whl", hash = "sha256:92ee58d7e69c38b820f2255395b433a15b67d668ed9e5f1d680471af63ecefc7"}, + {file = "shad4fast-1.2.9.tar.gz", hash = "sha256:6dbe18c8439b469fbdd896fa8fbbf10063f8d491ceeb135c86bc1b7339d39d43"}, ] [package.dependencies] @@ -1361,4 +1361,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "81757456f41343ec4ee68cb72216ad777d5df88b31fb977cb7d93a9e0fd84738" +content-hash = "6be2a59724de4b2434e676fa128da3945ade317da03c2789689363ac1f0b2ad2" diff --git a/pyproject.toml b/pyproject.toml index 81b1dd8..ec613b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -shad4fast = "^1.2.8" +shad4fast = "^1.2.9" python-fasthtml = "^0.8.0" fasthtml-tractor = {git = "https://github.com/callmephilip/fasthtml-tractor.git"}