From 432e23ef12db048f9b757f5decd1c15771bcfd11 Mon Sep 17 00:00:00 2001 From: David Newell Date: Mon, 25 Nov 2024 15:23:36 +0000 Subject: [PATCH] chore: upgrade posthoganalytics version (#26383) --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 363915666d010..831c7e36c1676 100644 --- a/requirements.in +++ b/requirements.in @@ -60,7 +60,7 @@ pandas==2.2.0 paramiko==3.4.0 Pillow==10.2.0 pdpyras==5.2.0 -posthoganalytics==3.6.6 +posthoganalytics==3.7.2 psutil==6.0.0 psycopg2-binary==2.9.7 pymssql==2.3.1 diff --git a/requirements.txt b/requirements.txt index 9da400cf92fb0..041ba2aef9159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -459,7 +459,7 @@ pluggy==1.5.0 # via dlt ply==3.11 # via jsonpath-ng -posthoganalytics==3.6.6 +posthoganalytics==3.7.2 # via -r requirements.in prometheus-client==0.14.1 # via django-prometheus