From 03533c63df5b769e25e958ebfcd1bd17a6439edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:32:49 +0000 Subject: [PATCH] dependabot: bump python-liquid2 from 0.3.0 to 0.4.0 Bumps [python-liquid2](https://github.com/jg-rp/python-liquid2) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/jg-rp/python-liquid2/releases) - [Changelog](https://github.com/jg-rp/python-liquid2/blob/main/CHANGELOG.md) - [Commits](https://github.com/jg-rp/python-liquid2/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: python-liquid2 dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e4dba3..708b888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Topic :: Software Development :: Code Generators", ] dependencies = [ - "python-liquid2==0.3.0", + "python-liquid2==0.4.0", "mistletoe==1.3.0", "requests==2.34.0", "tiktoken==0.12.0", diff --git a/requirements.txt b/requirements.txt index cf65824..fb3b1c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python-liquid2==0.3.0 +python-liquid2==0.4.0 mistletoe==1.3.0 python-frontmatter==1.3.0 requests==2.34.0