Skip to content

Commit

Permalink
Bump dependencies to work on Python 3.12 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcthinkst authored Mar 18, 2024
1 parent 815b88e commit d136c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opencanary_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ 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",
"passlib==1.7.1",
"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",
Expand Down

0 comments on commit d136c8f

Please sign in to comment.