diff --git a/poetry.lock b/poetry.lock index 8c06ea19..370ee36d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1439,21 +1439,21 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pyopenssl" -version = "23.3.0" +version = "24.2.1" 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.2.1-py3-none-any.whl", hash = "sha256:967d5719b12b243588573f39b0c677637145c7a1ffedcd495a487e58177fbb8d"}, + {file = "pyopenssl-24.2.1.tar.gz", hash = "sha256:4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95"}, ] [package.dependencies] -cryptography = ">=41.0.5,<42" +cryptography = ">=41.0.5,<44" [package.extras] docs = ["sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)", "sphinx-rtd-theme"] -test = ["flaky", "pretend", "pytest (>=3.0.1)"] +test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pysocks" @@ -1974,4 +1974,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "f37183deeef2c5c9bec858b5535bf26db4550ff55cca1fc63857a8d928f767c4" +content-hash = "f6e85ca09eb8b73a49ef5a8c311e403fbc0a0f734efc7b7ff7abaf2fb77a0032" diff --git a/pyproject.toml b/pyproject.toml index a88f3165..adb436ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ netaddr = "^0.9.0" numpy = ">=1.26.1,<3.0.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"