diff --git a/poetry.lock b/poetry.lock index e4908e9..0bd3832 100644 --- a/poetry.lock +++ b/poetry.lock @@ -329,15 +329,18 @@ test = ["pytest (>=6)"] [[package]] name = "idna" -version = "3.8" +version = "3.10" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.6" files = [ - {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, - {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, + {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, + {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, ] +[package.extras] +all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] + [[package]] name = "iniconfig" version = "2.0.0" @@ -767,4 +770,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a574d85e0b8acf50d08d5dbb32b20e00e9f10f142a39a0b9f10660db252f2276" +content-hash = "54c642d2f3cd0c985fc4473733e3edd8df9a430da698fc60309c7e51315483e4" diff --git a/pyproject.toml b/pyproject.toml index fbc38fa..4e9f412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ charset-normalizer = "3.3.2" click = "8.1.7" dill = "0.3.8" exceptiongroup = "1.2.2" -idna = "3.8" +idna = "3.10" iniconfig = "2.0.0" lazy-object-proxy = "1.10.0" mccabe = "0.7.0"