From e8f9731a30cd17a33a8963a6a3aac31819fccaf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:24:31 +0200 Subject: [PATCH] fix(deps): update dependency idna to v3.8 (#758) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5ac0115..7775b31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -357,13 +357,13 @@ test = ["pytest (>=6)"] [[package]] name = "idna" -version = "3.7" +version = "3.8" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, - {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, + {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, + {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, ] [[package]] @@ -1103,4 +1103,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "6bec0e6fc72a1a6eee8958ac96a2bb6b07c207a4d9c19152ebd562c784a26496" +content-hash = "0d9e17e96072a1119df8d88cacdf9226676fbee0c4f281aff0b5271b779d1035" diff --git a/pyproject.toml b/pyproject.toml index b5eff54..088878d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dateparser = "1.2.0" docker = "7.1.0" docker-pycreds = "0.4.0" environs = "11.0.0" -idna = "3.7" +idna = "3.8" ipaddress = "1.0.23" jsonschema = "4.23.0" nested-lookup = "0.2.25"