diff --git a/api/Pipfile b/api/Pipfile index fe49ebd53e..78fd673631 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -5,17 +5,17 @@ name = "pypi" [packages] urllib3 = "==1.26.16" -requests = "==2.32.2" -boto3 = "==1.34.122" +requests = "==2.32.3" +boto3 = "==1.34.125" pyjwt = "==2.8.0" psycopg2-binary = "==2.9.9" elasticsearch = "==8.14.0" jira = "==3.8.0" fastapi = "==0.111.0" python-decouple = "==3.8" -apscheduler = "==3.10.4" -redis = "==5.0.4" -psycopg = {extras = ["pool", "binary"], version = "==3.1.19"} +apscheduler = "==4.0.0a5" +redis = "==5.1.0b6" +psycopg = {extras = ["binary", "pool"], version = "==3.1.19"} uvicorn = {extras = ["standard"], version = "==0.30.1"} pydantic = {extras = ["email"], version = "==2.3.0"} diff --git a/api/requirements-alerts.txt b/api/requirements-alerts.txt index 43e0d37efc..9252e979d8 100644 --- a/api/requirements-alerts.txt +++ b/api/requirements-alerts.txt @@ -1,7 +1,7 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 -requests==2.32.2 -boto3==1.34.122 +requests==2.32.3 +boto3==1.34.125 pyjwt==2.8.0 psycopg2-binary==2.9.9 psycopg[pool,binary]==3.1.19 @@ -14,4 +14,4 @@ fastapi==0.111.0 uvicorn[standard]==0.30.1 python-decouple==3.8 pydantic[email]==2.3.0 -apscheduler==3.10.4 +apscheduler==4.0.0a5 diff --git a/api/requirements.txt b/api/requirements.txt index 60c5094772..012727b825 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 -requests==2.32.2 -boto3==1.34.122 +requests==2.32.3 +boto3==1.34.125 pyjwt==2.8.0 psycopg2-binary==2.9.9 psycopg[pool,binary]==3.1.19 @@ -14,6 +14,6 @@ fastapi==0.111.0 uvicorn[standard]==0.30.1 python-decouple==3.8 pydantic[email]==2.3.0 -apscheduler==3.10.4 +apscheduler==4.0.0a5 -redis==5.0.4 +redis==5.1.0b6 diff --git a/ee/api/Pipfile b/ee/api/Pipfile index 483abcd662..552cbd1e3f 100644 --- a/ee/api/Pipfile +++ b/ee/api/Pipfile @@ -5,23 +5,23 @@ name = "pypi" [packages] urllib3 = "==1.26.16" -requests = "==2.32.2" -boto3 = "==1.34.113" +requests = "==2.32.3" +boto3 = "==1.34.125" pyjwt = "==2.8.0" psycopg2-binary = "==2.9.9" -psycopg = {extras = ["binary", "pool"], version = "==3.1.19"} -elasticsearch = "==8.13.2" +elasticsearch = "==8.14.0" jira = "==3.8.0" fastapi = "==0.111.0" -uvicorn = {extras = ["standard"], version = "==0.29.0"} gunicorn = "==22.0.0" python-decouple = "==3.8" -pydantic = {extras = ["email"], version = "==2.3.0"} -apscheduler = "==3.10.4" -clickhouse-driver = {extras = ["lz4"], version = "==0.2.7"} +apscheduler = "==4.0.0a5" python3-saml = "==1.16.0" -redis = "==5.0.4" -azure-storage-blob = "==12.20.0" +redis = "==5.1.0b6" +azure-storage-blob = "==12.21.0b1" +psycopg = {extras = ["binary", "pool"], version = "==3.1.19"} +uvicorn = {extras = ["standard"], version = "==0.30.1"} +pydantic = {extras = ["email"], version = "==2.3.0"} +clickhouse-driver = {extras = ["lz4"], version = "==0.2.8"} [dev-packages] diff --git a/ee/api/requirements-alerts.txt b/ee/api/requirements-alerts.txt index 9c613d181e..488acf27b9 100644 --- a/ee/api/requirements-alerts.txt +++ b/ee/api/requirements-alerts.txt @@ -1,7 +1,7 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 -requests==2.32.2 -boto3==1.34.122 +requests==2.32.3 +boto3==1.34.125 pyjwt==2.8.0 psycopg2-binary==2.9.9 psycopg[pool,binary]==3.1.19 @@ -14,7 +14,7 @@ fastapi==0.111.0 uvicorn[standard]==0.30.1 python-decouple==3.8 pydantic[email]==2.3.0 -apscheduler==3.10.4 +apscheduler==4.0.0a5 -clickhouse-driver[lz4]==0.2.7 -azure-storage-blob==12.19.1 \ No newline at end of file +clickhouse-driver[lz4]==0.2.8 +azure-storage-blob==12.21.0b1 \ No newline at end of file diff --git a/ee/api/requirements-crons.txt b/ee/api/requirements-crons.txt index c39e188fd0..2721c9aa8c 100644 --- a/ee/api/requirements-crons.txt +++ b/ee/api/requirements-crons.txt @@ -1,7 +1,7 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 -requests==2.32.2 -boto3==1.34.122 +requests==2.32.3 +boto3==1.34.125 pyjwt==2.8.0 psycopg2-binary==2.9.9 psycopg[pool,binary]==3.1.19 @@ -13,8 +13,8 @@ jira==3.8.0 fastapi==0.111.0 python-decouple==3.8 pydantic[email]==2.3.0 -apscheduler==3.10.4 +apscheduler==4.0.0a5 -clickhouse-driver[lz4]==0.2.7 -redis==5.0.4 -azure-storage-blob==12.20.0 +clickhouse-driver[lz4]==0.2.8 +redis==5.1.0b6 +azure-storage-blob==12.21.0b1 diff --git a/ee/api/requirements.txt b/ee/api/requirements.txt index 796791c5a6..9af7a2bfc6 100644 --- a/ee/api/requirements.txt +++ b/ee/api/requirements.txt @@ -1,7 +1,7 @@ # Keep this version to not have conflicts between requests and boto3 urllib3==1.26.16 -requests==2.32.2 -boto3==1.34.122 +requests==2.32.3 +boto3==1.34.125 pyjwt==2.8.0 psycopg2-binary==2.9.9 psycopg[pool,binary]==3.1.19 @@ -15,13 +15,13 @@ uvicorn[standard]==0.30.1 gunicorn==22.0.0 python-decouple==3.8 pydantic[email]==2.3.0 -apscheduler==3.10.4 +apscheduler==4.0.0a5 -clickhouse-driver[lz4]==0.2.7 +clickhouse-driver[lz4]==0.2.8 # TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252 #--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml python3-saml==1.16.0 --no-binary=lxml -redis==5.0.4 +redis==5.1.0b6 #confluent-kafka==2.1.0 -azure-storage-blob==12.20.0 +azure-storage-blob==12.21.0b1