diff --git a/api/poetry.lock b/api/poetry.lock index 916f74c36..5be81ae8e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1426,15 +1426,14 @@ python-versions = "*" [[package]] name = "pyopenssl" -version = "20.0.1" +version = "22.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.*" +python-versions = ">=3.6" [package.dependencies] -cryptography = ">=3.2" -six = ">=1.5.2" +cryptography = ">=35.0" [package.extras] docs = ["sphinx", "sphinx-rtd-theme"] @@ -2077,7 +2076,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7f3361393744cfb1674b3955f05ef992be18e44995596a54b95ab0bd7e408c70" +content-hash = "3780e29c14ce28a1b74060b447317014a0685f6a188902bc51d451e8c47c9704" [metadata.files] aiohttp = [ @@ -3071,8 +3070,8 @@ pymemoize = [ {file = "PyMemoize-1.0.3.tar.gz", hash = "sha256:07c7b8f592b1f03af74289ef0e554520022dae378ba36d0dbc1f80532130197b"}, ] pyopenssl = [ - {file = "pyOpenSSL-20.0.1-py2.py3-none-any.whl", hash = "sha256:818ae18e06922c066f777a33f1fca45786d85edfe71cd043de6379337a7f274b"}, - {file = "pyOpenSSL-20.0.1.tar.gz", hash = "sha256:4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51"}, + {file = "pyOpenSSL-22.0.0-py2.py3-none-any.whl", hash = "sha256:ea252b38c87425b64116f808355e8da644ef9b07e429398bfece610f893ee2e0"}, + {file = "pyOpenSSL-22.0.0.tar.gz", hash = "sha256:660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 069b098e8..e6522b418 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -37,7 +37,7 @@ cryptography = "==36.0.1" requests-http-signature = {git = "https://github.com/agateblue/requests-http-signature.git", rev = "signature-header-support"} django-cleanup = "==6.0.0" requests = "==2.27.1" -pyOpenSSL = "==20.0.1" +pyOpenSSL = "==22.0.0" pydub = "==0.25.1" PyLD = "==2.0.3" aiohttp = "==3.8.1"