From 289a597fd8cb1c1e452f249fd50fd5826b2705ec Mon Sep 17 00:00:00 2001 From: Caleb Brown Date: Thu, 29 Aug 2024 10:32:42 +1000 Subject: [PATCH 1/2] Update Python version for CI Signed-off-by: Caleb Brown --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31ad750..0e3691b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: - python-version: '3.7' + python-version: '3.12' - run: pip install -r requirements.txt working-directory: ./integration/test_consumer/ - name: Build the stack From 4d6c6d8b5308f207309cbb5bcc885fbac8601395 Mon Sep 17 00:00:00 2001 From: Caleb Brown Date: Thu, 29 Aug 2024 10:36:35 +1000 Subject: [PATCH 2/2] Update requirements to support install for python 3.12 Signed-off-by: Caleb Brown --- integration/test_consumer/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/test_consumer/requirements.txt b/integration/test_consumer/requirements.txt index 073ab6c..2cba052 100644 --- a/integration/test_consumer/requirements.txt +++ b/integration/test_consumer/requirements.txt @@ -1,6 +1,6 @@ certifi==2024.7.4 chardet==4.0.0 -confluent-kafka==1.7.0 +confluent-kafka==2.5.0 idna==3.7 -requests==2.31.0 +requests==2.32.2 urllib3==1.26.19