fix(deps): update dependency pyopenssl to v24 (#1376)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-05 19:39:07 +03:00 коммит произвёл GitHub
Родитель 934160a51c
Коммит 31faba8008
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 7 добавлений и 7 удалений

12
poetry.lock сгенерированный
Просмотреть файл

@ -1418,21 +1418,21 @@ files = [
[[package]]
name = "pyopenssl"
version = "23.3.0"
version = "24.1.0"
description = "Python wrapper module around the OpenSSL library"
optional = false
python-versions = ">=3.7"
files = [
{file = "pyOpenSSL-23.3.0-py3-none-any.whl", hash = "sha256:6756834481d9ed5470f4a9393455154bc92fe7a64b7bc6ee2c804e78c52099b2"},
{file = "pyOpenSSL-23.3.0.tar.gz", hash = "sha256:6b2cba5cc46e822750ec3e5a81ee12819850b11303630d575e98108a079c2b12"},
{file = "pyOpenSSL-24.1.0-py3-none-any.whl", hash = "sha256:17ed5be5936449c5418d1cd269a1a9e9081bc54c17aed272b45856a3d3dc86ad"},
{file = "pyOpenSSL-24.1.0.tar.gz", hash = "sha256:cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f"},
]
[package.dependencies]
cryptography = ">=41.0.5,<42"
cryptography = ">=41.0.5,<43"
[package.extras]
docs = ["sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)", "sphinx-rtd-theme"]
test = ["flaky", "pretend", "pytest (>=3.0.1)"]
test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"]
[[package]]
name = "pysocks"
@ -2106,4 +2106,4 @@ h11 = ">=0.9.0,<1"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "2ee5c2fd295174f07c1e656a57c9e67e50894247d9ef7c17e677ce7ffc50d05a"
content-hash = "c093265810b7bc1820aa712bfc5abe2dfbc62e30a4d51c922db4ad889305199a"

Просмотреть файл

@ -16,7 +16,7 @@ lxml = "^5.0.0"
requests = ">=2.31.0, <2.32.0"
django-cors-headers = "^4.2.0"
django-csp = "^3.7"
pyOpenSSL = "^23.0.0"
pyOpenSSL = "^24.0.0"
Markdown = "^3.3.6"
bleach = "^6.0.0"
pymple = "^0.1.3"