зеркало из https://github.com/nextcloud/appstore.git
chore(deps): Bump pyopenssl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
4ab2822167
Коммит
3d53cb81a1
|
@ -586,18 +586,17 @@ python-versions = "*"
|
|||
|
||||
[[package]]
|
||||
name = "pyopenssl"
|
||||
version = "21.0.0"
|
||||
version = "23.0.0"
|
||||
description = "Python wrapper module around the OpenSSL library"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[package.dependencies]
|
||||
cryptography = ">=3.3"
|
||||
six = ">=1.5.2"
|
||||
cryptography = ">=38.0.0,<40"
|
||||
|
||||
[package.extras]
|
||||
docs = ["sphinx", "sphinx-rtd-theme"]
|
||||
docs = ["sphinx (!=5.2.0,!=5.2.0.post0)", "sphinx-rtd-theme"]
|
||||
test = ["flaky", "pretend", "pytest (>=3.0.1)"]
|
||||
|
||||
[[package]]
|
||||
|
@ -834,24 +833,16 @@ category = "dev"
|
|||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "types-cryptography"
|
||||
version = "3.3.23.2"
|
||||
description = "Typing stubs for cryptography"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "types-pyopenssl"
|
||||
version = "21.0.3"
|
||||
version = "23.0.0.2"
|
||||
description = "Typing stubs for pyOpenSSL"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.dependencies]
|
||||
types-cryptography = "*"
|
||||
cryptography = ">=35.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
|
@ -924,7 +915,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6"
|
||||
content-hash = "8d410e9ffc83b61481a6a7393e60268d01778920e6d3de57d291234efdb6c923"
|
||||
content-hash = "5aa38eae65a1e197157858cc4725a66e9f2de40f13d1ca2d90283542c1ddec34"
|
||||
|
||||
[metadata.files]
|
||||
asgiref = []
|
||||
|
@ -998,7 +989,6 @@ sqlparse = []
|
|||
stevedore = []
|
||||
tomli = []
|
||||
typed-ast = []
|
||||
types-cryptography = []
|
||||
types-pyopenssl = []
|
||||
types-requests = []
|
||||
types-urllib3 = []
|
||||
|
|
|
@ -16,7 +16,7 @@ lxml = "^4.7.1"
|
|||
requests = "^2.27.0"
|
||||
django-cors-middleware = "^1.5.0"
|
||||
django-csp = "^3.7"
|
||||
pyOpenSSL = "^21.0.0"
|
||||
pyOpenSSL = "^23.0.0"
|
||||
Markdown = "^3.3.6"
|
||||
bleach = "^4.1.0"
|
||||
pymple = "^0.1.3"
|
||||
|
@ -41,7 +41,7 @@ coverage = "*"
|
|||
selenium = ""
|
||||
coveralls = "*"
|
||||
types-requests = "^2.26.3"
|
||||
types-pyOpenSSL = "^21.0.2"
|
||||
types-pyOpenSSL = "^23.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче