diff --git a/poetry.lock b/poetry.lock index 9e5ddf7..a2552f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -507,13 +507,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -1424,4 +1424,4 @@ console = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "edc7db2eaeed188b8aa890a018686392ce5076fe12e8622910f95513f28f0c76" +content-hash = "b911f6948b103878ca4ef58b2d802a02d305f7e9821fca4807c4991ba3ff83f7" diff --git a/pyproject.toml b/pyproject.toml index de5e118..534e12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pydantic = "^2.6.4" typing-extensions = "^4.10.0" annotated-types = "^0.6.0" certifi = "^2024.2.2" -idna = "^3.6" +idna = "^3.7" packaging = "^23.2" pluggy = "^1.3.0" anyio = "^4.3.0"