diff --git a/poetry.lock b/poetry.lock index 1c3fdb6c..875cf460 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,23 +609,24 @@ files = [ [[package]] name = "dns-lexicon" -version = "3.14.1" +version = "3.17.0" description = "Manipulate DNS records on various DNS providers in a standardized/agnostic way" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "dns_lexicon-3.14.1-py3-none-any.whl", hash = "sha256:31219c0b93a3cb32377e829314b685c3e5fb2e434049fe38793436a1fff8c5e2"}, - {file = "dns_lexicon-3.14.1.tar.gz", hash = "sha256:fa1d71b79bc7e3d056b0aab1a11160d57d7c524eaa50f4303552d6aff2ffe514"}, + {file = "dns_lexicon-3.17.0-py3-none-any.whl", hash = "sha256:eb45d67d17b37f9c9f18638cd4723fbaa36b92b380b8eefae307121acf2c9c6e"}, + {file = "dns_lexicon-3.17.0.tar.gz", hash = "sha256:25871a7c145095ee21405525077856eadc059ab7692ae4c333f16563385d3c40"}, ] [package.dependencies] beautifulsoup4 = ">=4" boto3 = {version = ">=1.28", optional = true, markers = "extra == \"route53\" or extra == \"full\""} cryptography = ">=2" -dnspython = {version = ">=2", optional = true, markers = "extra == \"ddns\" or extra == \"duckdns\" or extra == \"full\""} -importlib-metadata = ">=4" +dnspython = ">=2" +importlib-metadata = {version = ">=4.6", markers = "python_version < \"3.10\""} localzone = {version = ">=0.9.8", optional = true, markers = "extra == \"localzone\" or extra == \"full\""} oci = {version = ">=2", optional = true, markers = "extra == \"oci\" or extra == \"full\""} +pyotp = ">=2" pyyaml = ">=3" requests = ">=2" softlayer = {version = ">=5", optional = true, markers = "extra == \"softlayer\" or extra == \"full\""} @@ -633,9 +634,7 @@ tldextract = ">=2" zeep = {version = ">=3", optional = true, markers = "extra == \"gransy\" or extra == \"full\""} [package.extras] -ddns = ["dnspython (>=2)"] -duckdns = ["dnspython (>=2)"] -full = ["boto3 (>=1.28)", "dnspython (>=2)", "localzone (>=0.9.8)", "oci (>=2)", "softlayer (>=5)", "zeep (>=3)"] +full = ["boto3 (>=1.28)", "localzone (>=0.9.8)", "oci (>=2)", "softlayer (>=5)", "zeep (>=3)"] gransy = ["zeep (>=3)"] localzone = ["localzone (>=0.9.8)"] oci = ["oci (>=2)"] @@ -1436,6 +1435,20 @@ cryptography = ">=38.0.0,<40.0.0 || >40.0.0,<40.0.1 || >40.0.1,<42" docs = ["sphinx (!=5.2.0,!=5.2.0.post0)", "sphinx-rtd-theme"] test = ["flaky", "pretend", "pytest (>=3.0.1)"] +[[package]] +name = "pyotp" +version = "2.9.0" +description = "Python One Time Password Library" +optional = false +python-versions = ">=3.7" +files = [ + {file = "pyotp-2.9.0-py3-none-any.whl", hash = "sha256:81c2e5865b8ac55e825b0358e496e1d9387c811e85bb40e71a3b29b288963612"}, + {file = "pyotp-2.9.0.tar.gz", hash = "sha256:346b6642e0dbdde3b4ff5a930b664ca82abfa116356ed48cc42c7d6590d36f63"}, +] + +[package.extras] +test = ["coverage", "mypy", "ruff", "wheel"] + [[package]] name = "pyproject-api" version = "1.6.1"