diff --git a/poetry.lock b/poetry.lock index d4c454ed12..d0ae8ea011 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3118,17 +3118,17 @@ files = [ [[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"] @@ -4500,4 +4500,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "0fbd61c3f50c72f1b95ca308be52d3aff554b6fc69c0b76b9d93b8e81e9ebee1" +content-hash = "03834f6200fc9dc975c6f182f50ad09ceb01c9d4a1dabed5478a59201e308d64" diff --git a/pyproject.toml b/pyproject.toml index 330cff277b..bb1c2e48b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,7 @@ pyinstrument = "^4.6" PyJWT = "^2.8" PyLD = "2.0.3" pymarc = "5.1.1" -pyOpenSSL = "^23.1.0" +pyOpenSSL = "^24.0.0" pyparsing = "3.1.1" pyspellchecker = "0.8.0" python = ">=3.10,<4"