diff --git a/poetry.lock b/poetry.lock index 7d9aa8573..8bac9e0d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1379,21 +1379,21 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pyopenssl" -version = "23.3.0" +version = "24.3.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.3.0-py3-none-any.whl", hash = "sha256:e474f5a473cd7f92221cc04976e48f4d11502804657a08a989fb3be5514c904a"}, + {file = "pyopenssl-24.3.0.tar.gz", hash = "sha256:49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36"}, ] [package.dependencies] -cryptography = ">=41.0.5,<42" +cryptography = ">=41.0.5,<45" [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 +1922,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "3ac66fad8b944cbd28894d502c5d1c79e6a27b0a723d3c917fd97471179040d1" +content-hash = "8945c66d57d70a05319fc255cce82d976dc3320fc971ce538f7dd5b40a3c8271" diff --git a/pyproject.toml b/pyproject.toml index a7695c050..fd626c4a9 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,<25.0" pysocks = "^1.7.1" pyyaml = "^6.0.1" requests = "^2.32.3"