Skip to content

Commit f726fb1

Browse files
committed
update cryptography and openssl
1 parent fef3421 commit f726fb1

File tree

5 files changed

+158
-167
lines changed

5 files changed

+158
-167
lines changed

acme_nginx/Acme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from urllib2 import urlopen, Request # Python 2
1818

1919

20-
__version__ = "0.3.3"
20+
__version__ = "0.3.4"
2121

2222

2323
class Acme(object):

poetry.lock

Lines changed: 150 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[tool.poetry]
22
name = "acme-nginx"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Python library/program to create LetsEncrypt SSL certificates"
55
authors = ["Konstantin Shcherban <insider@sudoers.dev>"]
66
license = "GPL-3.0"
77

88
[tool.poetry.dependencies]
9-
python = "^3.6"
10-
pyOpenSSL = "^20.0"
9+
python = "^3.7"
10+
pyOpenSSL = "^24.0"
1111
pycryptodome = "^3.14"
1212
boto3 = "~1.17"
13+
cryptography = "~41.0"
1314

1415
[tool.poetry.dev-dependencies]
1516

0 commit comments

Comments
 (0)