diff --git a/poetry.lock b/poetry.lock index 7d9aa8573..da05e979c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1379,21 +1379,22 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pyopenssl" -version = "23.3.0" +version = "25.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-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,<42" +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"] -test = ["flaky", "pretend", "pytest (>=3.0.1)"] +docs = ["sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)", "sphinx_rtd_theme"] +test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pysocks" @@ -1922,4 +1923,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "3ac66fad8b944cbd28894d502c5d1c79e6a27b0a723d3c917fd97471179040d1" +content-hash = "8c78ae7789f33237e84bbf7b8a31aecabe19c5c074f3b90d0c13b8bf98c7311f" diff --git a/pyproject.toml b/pyproject.toml index a7695c050..c59bed234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ multiprocess = "^0.70.15" netaddr = "^0.9.0" paramiko = "^3.4.0" py3dns = "^4.0.0" -pyopenssl = "^23.2.0" +pyopenssl = ">=23.2,<26.0" pysocks = "^1.7.1" pyyaml = "^6.0.1" requests = "^2.32.3"