Skip to content

Commit

Permalink
chore: Update ECP deps. (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 authored Aug 13, 2024
1 parent 18c2ec1 commit 4843f9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
"pyopenssl": ["pyopenssl>=20.0.0", "cryptography>=38.0.3"],
"requests": "requests >= 2.20.0, < 3.0.0.dev0",
"reauth": "pyu2f>=0.1.5",
# Enterprise cert only works for OpenSSL 1.1.1. Newer versions of these
# dependencies are built with OpenSSL 3.0 so we need to fix the version.
"enterprise_cert": ["cryptography==36.0.2", "pyopenssl==22.0.0"],
"enterprise_cert": ["cryptography", "pyopenssl"],
}

with io.open("README.rst", "r") as fh:
Expand Down
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit 4843f9d

Please sign in to comment.