From d2180fb0fd5503cb10a8c9d1d31e33e433889fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:55:41 +0000 Subject: [PATCH] build(deps-dev): Bump idna from 2.8 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a25ffec8..8957dc01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1024,13 +1024,13 @@ files = [ [[package]] name = "idna" -version = "2.8" +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.8-py2.py3-none-any.whl", hash = "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"}, - {file = "idna-2.8.tar.gz", hash = "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -2914,4 +2914,4 @@ dev = ["aenum", "black", "isort", "pydash", "pyfakefs", "pytest", "pytest-asynci [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b236793bde86485a70bbcc85295610ac4da4acb9df47a6dac80aca359dc276f6" +content-hash = "7240b58d0b85fc09a013e750c6ed202812d4eb8db9311045982d484e504e02d3" diff --git a/pyproject.toml b/pyproject.toml index dcff8dc2..97de67eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pycodestyle = "*" # from requirements.txt certifi = "^2023.11.17" chardet = "3.0.4" -idna = "2.8" +idna = "3.7" requests = "^2.22.0" [build-system]