diff --git a/poetry.lock b/poetry.lock index 7bbdae5ae..231d1dc01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3632,17 +3632,18 @@ files = [ [[package]] name = "pyopenssl" -version = "24.3.0" +version = "25.0.0" description = "Python wrapper module around the OpenSSL library" optional = false python-versions = ">=3.7" files = [ - {file = "pyOpenSSL-24.3.0-py3-none-any.whl", hash = "sha256:e474f5a473cd7f92221cc04976e48f4d11502804657a08a989fb3be5514c904a"}, - {file = "pyopenssl-24.3.0.tar.gz", hash = "sha256:49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36"}, + {file = "pyOpenSSL-25.0.0-py3-none-any.whl", hash = "sha256:424c247065e46e76a37411b9ab1782541c23bb658bf003772c3405fbaa128e90"}, + {file = "pyopenssl-25.0.0.tar.gz", hash = "sha256:cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16"}, ] [package.dependencies] cryptography = ">=41.0.5,<45" +typing-extensions = {version = ">=4.9", markers = "python_version < \"3.13\" and python_version >= \"3.8\""} [package.extras] docs = ["sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)", "sphinx_rtd_theme"] @@ -5123,4 +5124,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "8e8e9113a0fd6786d5f755040aa074453bb236027deca3415a6518015c8e4c09" +content-hash = "b9d489b94eba0ce28a5e98139405c3ac9c23e2b03fab2364f7cd25194f258c46" diff --git a/pyproject.toml b/pyproject.toml index 52ecef2cc..d6a6ec3f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -253,7 +253,7 @@ pyinstrument = "^5.0" PyJWT = "^2.8" PyLD = "2.0.4" pymarc = "5.2.3" -pyOpenSSL = "^24.0.0" +pyOpenSSL = "^25.0.0" pyparsing = "3.2.1" pyspellchecker = "0.8.2" python = ">=3.10,<4"