From 4c81f93e8eb2ab069ea6c12dc79a01a237cd70bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:44:34 +0000 Subject: [PATCH] Update posthog requirement from <4,>=3.0.1 to >=3.0.1,<6 Updates the requirements on [posthog](https://github.com/posthog/posthog-python) to permit the latest version. - [Release notes](https://github.com/posthog/posthog-python/releases) - [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/posthog/posthog-python/compare/v3.0.1...v5.0.0) --- updated-dependencies: - dependency-name: posthog dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..cbdd7ebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -231,7 +231,7 @@ dependencies = [ "jwcrypto ==1.5.6", "loguru ==0.7.2", "phonenumbers >=8.12.48,<8.14", - "posthog >=3.0.1,<4", + "posthog >=3.0.1,<6", "postmarker ==1.0", "pydantic ==2.9.2", "python-multipart ==0.0.17",