diff --git a/poetry.lock b/poetry.lock index 2eb1e39..a29d7e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -977,4 +977,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9,<4" -content-hash = "e91aea422e521889c402d406d22ac7541dea465a76097c131135c7ec046f1c9d" +content-hash = "d148d2b2356315ef0c181e41edaec2d5e748e80ecdc7dd60aff54fd3c63cfea7" diff --git a/pyproject.toml b/pyproject.toml index 6852b37..7c00d58 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.4" +flagsmith-flag-engine = "^10.1.0" iso8601 = { version = "^2.1.0", python = "<3.11" } python = ">=3.9,<4" requests = "^2.32.3"