diff --git a/poetry.lock b/poetry.lock index 72806a5f..5a10a2d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2041,17 +2041,17 @@ plugins = ["importlib-metadata"] [[package]] name = "pyopenssl" -version = "23.3.0" +version = "24.0.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.0.0-py3-none-any.whl", hash = "sha256:ba07553fb6fd6a7a2259adb9b84e12302a9a8a75c44046e8bb5d3e5ee887e3c3"}, + {file = "pyOpenSSL-24.0.0.tar.gz", hash = "sha256:6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf"}, ] [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"] @@ -3313,4 +3313,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6ae6003a57d6f10cbfc47132b936263f8295099e3d85143d778d55f332a4993a" +content-hash = "d2343f5402b0edc913eb46d4c03899e0441b9dccf4e8d982fcd0d821eaac024a" diff --git a/pyproject.toml b/pyproject.toml index ecffcb82..4e4b938f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ mypy-extensions = "^1.0.0" isort = "^5.13.2" black = "^23.12.1" grpcio-tools = "^1.60.0" -pyopenssl = "^23.3.0" +pyopenssl = "^24.0.0" pytest = "^7.4.4"