From f321ffbddade828b88ba4a3076deaafdec3e6306 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Thu, 14 Nov 2024 10:58:26 +0100 Subject: [PATCH] Dev (#2743) * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * refactor(chalice): upgraded dependencies refactor(alerts): upgraded dependencies refactor(crons): upgraded dependencies --- api/Pipfile | 6 +++--- api/requirements-alerts.txt | 6 +++--- api/requirements.txt | 6 +++--- ee/api/Pipfile | 8 ++++---- ee/api/requirements-alerts.txt | 6 +++--- ee/api/requirements-crons.txt | 6 +++--- ee/api/requirements.txt | 8 ++++---- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/api/Pipfile b/api/Pipfile index c7f9940b4..1eef32a7d 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -6,14 +6,14 @@ name = "pypi" [packages] urllib3 = "==1.26.16" requests = "==2.32.3" -boto3 = "==1.35.54" +boto3 = "==1.35.60" pyjwt = "==2.9.0" psycopg2-binary = "==2.9.10" psycopg = {extras = ["pool", "binary"], version = "==3.2.3"} -elasticsearch = "==8.15.1" +elasticsearch = "==8.16.0" jira = "==3.8.0" cachetools = "==5.5.0" -fastapi = "==0.115.4" +fastapi = "==0.115.5" uvicorn = {extras = ["standard"], version = "==0.32.0"} python-decouple = "==3.8" pydantic = {extras = ["email"], version = "==2.9.2"} diff --git a/api/requirements-alerts.txt b/api/requirements-alerts.txt index af01d4e78..84004bd53 100644 --- a/api/requirements-alerts.txt +++ b/api/requirements-alerts.txt @@ -1,17 +1,17 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 requests==2.32.3 -boto3==1.35.54 +boto3==1.35.60 pyjwt==2.9.0 psycopg2-binary==2.9.10 psycopg[pool,binary]==3.2.3 -elasticsearch==8.15.1 +elasticsearch==8.16.0 jira==3.8.0 cachetools==5.5.0 -fastapi==0.115.4 +fastapi==0.115.5 uvicorn[standard]==0.32.0 python-decouple==3.8 pydantic[email]==2.9.2 diff --git a/api/requirements.txt b/api/requirements.txt index e61085fbc..df6c2c527 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,17 +1,17 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 requests==2.32.3 -boto3==1.35.54 +boto3==1.35.60 pyjwt==2.9.0 psycopg2-binary==2.9.10 psycopg[pool,binary]==3.2.3 -elasticsearch==8.15.1 +elasticsearch==8.16.0 jira==3.8.0 cachetools==5.5.0 -fastapi==0.115.4 +fastapi==0.115.5 uvicorn[standard]==0.32.0 python-decouple==3.8 pydantic[email]==2.9.2 diff --git a/ee/api/Pipfile b/ee/api/Pipfile index f9654b1b0..a3a45e591 100644 --- a/ee/api/Pipfile +++ b/ee/api/Pipfile @@ -6,14 +6,14 @@ name = "pypi" [packages] urllib3 = "==1.26.16" requests = "==2.32.3" -boto3 = "==1.35.54" +boto3 = "==1.35.60" pyjwt = "==2.9.0" psycopg2-binary = "==2.9.10" psycopg = {extras = ["binary", "pool"], version = "==3.2.3"} -elasticsearch = "==8.15.1" +elasticsearch = "==8.16.0" jira = "==3.8.0" cachetools = "==5.5.0" -fastapi = "==0.115.4" +fastapi = "==0.115.5" uvicorn = {extras = ["standard"], version = "==0.32.0"} gunicorn = "==23.0.0" python-decouple = "==3.8" @@ -21,7 +21,7 @@ pydantic = {extras = ["email"], version = "==2.9.2"} apscheduler = "==3.10.4" clickhouse-driver = {extras = ["lz4"], version = "==0.2.9"} python3-saml = "==1.16.0" -python-multipart = "==0.0.16" +python-multipart = "==0.0.17" redis = "==5.2.0" azure-storage-blob = "==12.23.1" diff --git a/ee/api/requirements-alerts.txt b/ee/api/requirements-alerts.txt index f01880874..9b7fc1a9d 100644 --- a/ee/api/requirements-alerts.txt +++ b/ee/api/requirements-alerts.txt @@ -1,17 +1,17 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 requests==2.32.3 -boto3==1.35.54 +boto3==1.35.60 pyjwt==2.9.0 psycopg2-binary==2.9.10 psycopg[pool,binary]==3.2.3 -elasticsearch==8.15.1 +elasticsearch==8.16.0 jira==3.8.0 cachetools==5.5.0 -fastapi==0.115.4 +fastapi==0.115.5 uvicorn[standard]==0.32.0 python-decouple==3.8 pydantic[email]==2.9.2 diff --git a/ee/api/requirements-crons.txt b/ee/api/requirements-crons.txt index 297a074ac..0d4a49ed4 100644 --- a/ee/api/requirements-crons.txt +++ b/ee/api/requirements-crons.txt @@ -1,17 +1,17 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 requests==2.32.3 -boto3==1.35.54 +boto3==1.35.60 pyjwt==2.9.0 psycopg2-binary==2.9.10 psycopg[pool,binary]==3.2.3 -elasticsearch==8.15.1 +elasticsearch==8.16.0 jira==3.8.0 cachetools==5.5.0 -fastapi==0.115.4 +fastapi==0.115.5 python-decouple==3.8 pydantic[email]==2.9.2 apscheduler==3.10.4 diff --git a/ee/api/requirements.txt b/ee/api/requirements.txt index 16313bc69..0ab8a96b4 100644 --- a/ee/api/requirements.txt +++ b/ee/api/requirements.txt @@ -1,17 +1,17 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 requests==2.32.3 -boto3==1.35.54 +boto3==1.35.60 pyjwt==2.9.0 psycopg2-binary==2.9.10 psycopg[pool,binary]==3.2.3 -elasticsearch==8.15.1 +elasticsearch==8.16.0 jira==3.8.0 cachetools==5.5.0 -fastapi==0.115.4 +fastapi==0.115.5 uvicorn[standard]==0.32.0 gunicorn==23.0.0 python-decouple==3.8 @@ -23,7 +23,7 @@ clickhouse-driver[lz4]==0.2.9 #--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml python3-saml==1.16.0 --no-binary=lxml -python-multipart==0.0.16 +python-multipart==0.0.17 redis==5.2.0 #confluent-kafka==2.1.0