From a46149cc1cd518a12931c62bcca516475bf87fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:24:06 +0000 Subject: [PATCH] chore(deps): update dependency idna to v3 [security] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04b197d3b8..1da11bb9f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1656,13 +1656,13 @@ license = ["ukkonen"] [[package]] name = "idna" -version = "2.10" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.5" files = [ - {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"}, - {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -4504,4 +4504,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "86a4860f9de87d8375b6a8159356b8e7aad4710d6dfdce1c8dcab6f9e49030ee" +content-hash = "9f0787f6ad9ff74dcbe960237d0bcdb59118d8a4a093a9943590c989b8c2b36c" diff --git a/pyproject.toml b/pyproject.toml index d6808a0ade..093fc1c759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,12 +70,12 @@ Werkzeug = "3.0.4" # rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8 # Pinned dependencies -idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9) +idna = "3.7" # pinned to align with test moto dependency requirements (for <=2.9) [tool.poetry.group.test.dependencies] coveralls = "3.3.1" freezegun = "1.5.1" -idna = "2.10" +idna = "3.7" # used for creating manifest file locally jinja2-cli = { extras = ["yaml"], version = "0.8.2" } locust = "2.31.3"