From fe3a2d55b036e693dd5a1c45fa983d1a336580ea Mon Sep 17 00:00:00 2001 From: Sandy Spicer Date: Tue, 18 Jun 2024 08:38:59 -0700 Subject: [PATCH] update requirements --- bin/deploy-hobby | 2 +- requirements.in | 2 +- requirements.txt | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bin/deploy-hobby b/bin/deploy-hobby index 768060c75f03d..1f790dc7ba147 100755 --- a/bin/deploy-hobby +++ b/bin/deploy-hobby @@ -184,7 +184,7 @@ if ! command -v docker &> /dev/null; then # Setup Docker sudo apt install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo -E apt-key add - - sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" + sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable" sudo apt update sudo apt-cache policy docker-ce sudo apt install -y docker-ce diff --git a/requirements.in b/requirements.in index 07991a7b1eb19..9184cdadde7ae 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ celery==5.3.4 celery-redbeat==2.1.1 clickhouse-driver==0.2.7 clickhouse-pool==0.5.3 -cryptography==41.0.7 +cryptography==39.0.2 dj-database-url==0.5.0 Django~=4.2.11 django-axes==5.9.0 diff --git a/requirements.txt b/requirements.txt index 66ba2094f9639..04caf723c366c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,6 +40,7 @@ async-generator==1.10 # trio-websocket async-timeout==4.0.2 # via + # aiohttp # aiokafka # redis attrs==23.2.0 @@ -218,6 +219,8 @@ drf-spectacular==0.27.1 # via -r requirements.in et-xmlfile==1.1.0 # via openpyxl +exceptiongroup==1.2.1 + # via anyio filelock==3.12.0 # via snowflake-connector-python frozenlist==1.4.1 @@ -258,8 +261,6 @@ googleapis-common-protos==1.60.0 # via # google-api-core # grpcio-status -greenlet==3.0.3 - # via sqlalchemy grpcio==1.57.0 # via # google-api-core @@ -461,6 +462,7 @@ python-dateutil==2.8.2 # pandas # pendulum # posthoganalytics + # temporalio python-dotenv==0.21.0 # via webdriver-manager python-statsd==2.1.0 @@ -633,6 +635,8 @@ types-setuptools==69.0.0.0 # via requirements-parser typing-extensions==4.7.1 # via + # anyio + # asgiref # dlt # openai # psycopg