From c0505a06dd8d1ea5239c76bc742356449d1b38ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:30:31 +0000 Subject: [PATCH] Bump python-fasthtml from 0.10.0 to 0.10.1 Bumps [python-fasthtml](https://github.com/AnswerDotAI/fasthtml) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/AnswerDotAI/fasthtml/releases) - [Changelog](https://github.com/AnswerDotAI/fasthtml/blob/main/CHANGELOG.md) - [Commits](https://github.com/AnswerDotAI/fasthtml/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: python-fasthtml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9913d65..e51db97 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" @@ -1517,13 +1517,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-fasthtml" -version = "0.10.0" +version = "0.10.1" description = "The fastest way to create an HTML app" optional = false python-versions = ">=3.10" files = [ - {file = "python-fasthtml-0.10.0.tar.gz", hash = "sha256:b74bbb41a4c89b8348ef9caaa1a7bde5549ce3a996395a2e3dcf0b31d5c6b628"}, - {file = "python_fasthtml-0.10.0-py3-none-any.whl", hash = "sha256:44bdd34e8ad56b86980f0b054d791dd7f48d10113f5b760db6e35d7412e54e75"}, + {file = "python-fasthtml-0.10.1.tar.gz", hash = "sha256:1e635394f93a192d7c1d360cb24ce815f5d10b93a3567ebc8c4076bed21a162d"}, + {file = "python_fasthtml-0.10.1-py3-none-any.whl", hash = "sha256:93e75bc540c226ffec559ba69c92fb78b6d62ee45842787fdb71e455c4d88c3f"}, ] [package.dependencies] @@ -2316,4 +2316,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5a2aa4dfe9330eeb906f973ae34999afed3b641b0367029a7197c21a49db29b0" +content-hash = "d12e3fb3256848177a7fa7710c891623fdd105eea9152fa7256751cd9131f3d0" diff --git a/pyproject.toml b/pyproject.toml index 6b573df..2dca042 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.10.0" +python-fasthtml = "^0.10.1" lorem-text = "^2.1" pyyaml = "^6.0.2" ua-parser = "^0.18.0"