From 5ddb9276c1014a51094a5cf671b98b44b81eb45d Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 25 Nov 2025 11:02:05 +0000 Subject: [PATCH] deps: Bump `flagsmith-flag-engine` to 10.0.3 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a869710..0f9fff4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "certifi" @@ -259,14 +259,14 @@ files = [ [[package]] name = "flagsmith-flag-engine" -version = "10.0.2" +version = "10.0.3" description = "Flag engine for the Flagsmith API." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "flagsmith_flag_engine-10.0.2-py3-none-any.whl", hash = "sha256:5df2f34f5f0b9b1aa1ada21f59a08ecc9d0fd32cd6357e5af6493cb98ac0beb7"}, - {file = "flagsmith_flag_engine-10.0.2.tar.gz", hash = "sha256:312a1cb5b7396deb6e2e32251a58e8c6f65dfaca1872f305d0e2379a52738134"}, + {file = "flagsmith_flag_engine-10.0.3-py3-none-any.whl", hash = "sha256:aed9009377fc1a6322483277f971f06d542668a69d93cbe4a3efd4baae78dfc1"}, + {file = "flagsmith_flag_engine-10.0.3.tar.gz", hash = "sha256:0aa449bb87bee54fc67b5c7ca25eca78246a7bbb5a6cc229260c3f262d58ac54"}, ] [package.dependencies] @@ -960,4 +960,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9,<4" -content-hash = "73cee378ef22196323becc942d6d95836a33198191008750680d9a6214168621" +content-hash = "1a65acfb68f8c7f4226460c21adbcbb27a105635cb8287f6bbfc5aa9c900c5dd" diff --git a/pyproject.toml b/pyproject.toml index 9d7b897..0e6a167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ documentation = "https://docs.flagsmith.com" packages = [{ include = "flagsmith" }] [tool.poetry.dependencies] -flagsmith-flag-engine = "^10.0.2" +flagsmith-flag-engine = "^10.0.3" iso8601 = { version = "^2.1.0", python = "<3.11" } python = ">=3.9,<4" requests = "^2.32.3"