Skip to content

Commit

Permalink
update cryptography and openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kshcherban committed Feb 4, 2024
1 parent fef3421 commit f726fb1
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 167 deletions.
2 changes: 1 addition & 1 deletion acme_nginx/Acme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from urllib2 import urlopen, Request # Python 2


__version__ = "0.3.3"
__version__ = "0.3.4"


class Acme(object):
Expand Down
310 changes: 150 additions & 160 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[tool.poetry]
name = "acme-nginx"
version = "0.3.3"
version = "0.3.4"
description = "Python library/program to create LetsEncrypt SSL certificates"
authors = ["Konstantin Shcherban <[email protected]>"]
license = "GPL-3.0"

[tool.poetry.dependencies]
python = "^3.6"
pyOpenSSL = "^20.0"
python = "^3.7"
pyOpenSSL = "^24.0"
pycryptodome = "^3.14"
boto3 = "~1.17"
cryptography = "~41.0"

[tool.poetry.dev-dependencies]

Expand Down
Loading

0 comments on commit f726fb1

Please sign in to comment.