diff --git a/poetry.lock b/poetry.lock index 930b946..e6313a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1620,18 +1620,18 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyopenssl" -version = "25.3.0" +version = "26.0.0" description = "Python wrapper module around the OpenSSL library" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "pyopenssl-25.3.0-py3-none-any.whl", hash = "sha256:1fda6fc034d5e3d179d39e59c1895c9faeaf40a79de5fc4cbbfbe0d36f4a77b6"}, - {file = "pyopenssl-25.3.0.tar.gz", hash = "sha256:c981cb0a3fd84e8602d7afc209522773b94c1c2446a3c710a75b06fe1beae329"}, + {file = "pyopenssl-26.0.0-py3-none-any.whl", hash = "sha256:df94d28498848b98cc1c0ffb8ef1e71e40210d3b0a8064c9d29571ed2904bf81"}, + {file = "pyopenssl-26.0.0.tar.gz", hash = "sha256:f293934e52936f2e3413b89c6ce36df66a0b34ae1ea3a053b8c5020ff2f513fc"}, ] [package.dependencies] -cryptography = ">=45.0.7,<47" +cryptography = ">=46.0.0,<47" typing-extensions = {version = ">=4.9", markers = "python_version < \"3.13\" and python_version >= \"3.8\""} [package.extras] @@ -2095,4 +2095,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14.0" -content-hash = "a947532bc6447cf6de53efd50011bff64c48981b0dc9abb6d64fe400e776afb5" +content-hash = "b4595c693aed313769eef1d5e6185811ddf50acfdc4c70e8a985bc27fdb39fbe" diff --git a/pyproject.toml b/pyproject.toml index 32b0fa8..dc1e5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mypy = "^1.1.1" coverage = ">=6.5,<8.0" httpx = ">=0.27.0,<0.29" types-requests = "^2.28.11.4" -pyOpenSSL = ">=24,<26" +pyOpenSSL = ">=24,<27" types-pyOpenSSL = "^24.0.0.20240130" lxml = ">=4.9.1,<7.0.0" types-lxml = ">=2022.11.8,<2027.0.0"