mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:58:08 +02:00
remove unneeded cryptography req (#10276)
since https://github.com/certbot/certbot/pull/10130, we depend on much newer versions of cryptography so this restraint is no longer needed
This commit is contained in:
@@ -63,11 +63,6 @@ pylint = "3.3.3"
|
||||
# compatible version here.
|
||||
mypy = "1.9.0"
|
||||
|
||||
# Bug in poetry, where still installes yanked versions from pypi (source: https://github.com/python-poetry/poetry/issues/2453)
|
||||
# this version of cryptography introduced a security vulnrability.
|
||||
# Making sure that it would not get installed (Fixing https://github.com/certbot/certbot/issues/9336)
|
||||
cryptography = "!= 37.0.3"
|
||||
|
||||
# Branch 4.x of tox introduces backward incompatibility changes, so require a newer
|
||||
# version of tox to keep deterministic builds.
|
||||
tox = ">=4"
|
||||
|
||||
Reference in New Issue
Block a user