From 89bf952fb2f2e8082fc054871d2b65cd483d39fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:15:05 +0000 Subject: [PATCH] Bump posthog from 7.0.1 to 7.3.1 in /backend Bumps [posthog](https://github.com/posthog/posthog-python) from 7.0.1 to 7.3.1. - [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/commits) --- updated-dependencies: - dependency-name: posthog dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 10 ++++++---- backend/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 86cb38a3f..254dbd2b3 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1297,6 +1297,7 @@ description = "Low-level, pure Python DBus protocol wrapper." optional = false python-versions = ">=3.7" groups = ["main"] +markers = "sys_platform == \"linux\"" files = [ {file = "jeepney-0.9.0-py3-none-any.whl", hash = "sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683"}, {file = "jeepney-0.9.0.tar.gz", hash = "sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732"}, @@ -1942,14 +1943,14 @@ poetry-plugin = ["poetry (>=1.2.0,<3.0.0) ; python_version < \"4.0\""] [[package]] name = "posthog" -version = "7.0.1" +version = "7.4.0" description = "Integrate PostHog into any python application." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "posthog-7.0.1-py3-none-any.whl", hash = "sha256:efe212d8d88a9ba80a20c588eab4baf4b1a5e90e40b551160a5603bb21e96904"}, - {file = "posthog-7.0.1.tar.gz", hash = "sha256:21150562c2630a599c1d7eac94bc5c64eb6f6acbf3ff52ccf1e57345706db05a"}, + {file = "posthog-7.4.0-py3-none-any.whl", hash = "sha256:f9d4e32c1c0f2110256b1aae7046ed90af312c1dbb1eecc6a9cb427733b22970"}, + {file = "posthog-7.4.0.tar.gz", hash = "sha256:1fb97b11960e24fcf0b80f0a6450b2311478e5a3ee6ea3c6f9284ff89060a876"}, ] [package.dependencies] @@ -2878,6 +2879,7 @@ description = "Python bindings to FreeDesktop.org Secret Service API" optional = false python-versions = ">=3.10" groups = ["main"] +markers = "sys_platform == \"linux\"" files = [ {file = "secretstorage-3.5.0-py3-none-any.whl", hash = "sha256:0ce65888c0725fcb2c5bc0fdb8e5438eece02c523557ea40ce0703c266248137"}, {file = "secretstorage-3.5.0.tar.gz", hash = "sha256:f04b8e4689cbce351744d5537bf6b1329c6fc68f91fa666f60a380edddcd11be"}, @@ -3408,4 +3410,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "6de1a2d9a7a5e662d76389bc1661b054d24c04e4fc23d2ef77e165a7d618b4ae" +content-hash = "4d67ea0b26897f40eaa2bd38da25eb445dd1a60f4663abb497e924a88edbbe2d" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 9f58c2c1f..420dcf7c8 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -45,7 +45,7 @@ cachetools = "^6.2.4" greenlet = "^3.3.0" h11 = "^0.16.0" fastmcp = "2.14.1" -posthog = "^7.0.1" +posthog = "^7.4.0" authlib = "1.6.6" [tool.poetry.group.test]