Skip to content

Commit

Permalink
pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Aug 11, 2024
1 parent f06197c commit 9acb5c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ dynamic = [ "version" ]
keywords = [ "SSL", "TLS", "certificate", "verify", "remote", "local", "X.509", "simple", "openssl", "alternative", "CA", "generate", "showcert", "gencert" ]

dependencies = [
'pyopenssl',
'pem',
'certifi'
'cryptography==43.0.0',
'pyopenssl==24.2.1',
'pem==23.1.0',
'certifi==2024.7.4'
]
authors = [
{ name="Yaroslav Polyakov", email="yaroslaff@gmail.com" },
Expand Down
2 changes: 1 addition & 1 deletion showcert/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.3'
__version__ = '0.2.4'

0 comments on commit 9acb5c5

Please sign in to comment.