From 18b82a586e2880155f4c407851eca215edae2ac0 Mon Sep 17 00:00:00 2001 From: Gerrie Crafford Date: Fri, 15 Mar 2024 15:56:36 +0200 Subject: [PATCH] Bump dependencies to work on Python 3.12 --- .github/workflows/opencanary_tests.yml | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/opencanary_tests.yml b/.github/workflows/opencanary_tests.yml index 2e3ca5d..0a3b205 100644 --- a/.github/workflows/opencanary_tests.yml +++ b/.github/workflows/opencanary_tests.yml @@ -20,7 +20,7 @@ jobs: opencanary_tests: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] os: ["ubuntu-20.04", "ubuntu-22.04", "macos-11", "macos-12"] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/setup.py b/setup.py index c57891f..4fa4005 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_version(rel_path): "pyasn1==0.4.5", "cryptography==38.0.1", "simplejson==3.16.0", - "requests==2.21.0", + "requests==2.31.0", "zope.interface==5.0.0", "PyPDF2==1.26.0", "fpdf==1.7.2", @@ -35,7 +35,8 @@ def get_version(rel_path): "Jinja2==3.0.1", "ntlmlib==0.72", "bcrypt==3.1.7", - "setuptools==63.2.0", + "setuptools==68.0.0", + "urllib3==2.0.7", "hpfeeds==3.0.0", "pyOpenSSL==22.1.0", "service-identity==21.1.0",