From a514db01fa3bc3f13f6d1620a3964aa7f7674908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:28:38 +0200 Subject: [PATCH] Bump idna from 3.6 to 3.7 (#103) * Bump idna from 3.6 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.6 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/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] * Update pyproject.toml * update poetry.lock * update poetry.lock * update poetry.lock --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Vargas Honorato --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 33b0dbe..5eab138 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1721,4 +1721,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "51445049fd8f1d6f9039bc47b0c248ef93a0f9b4db3afafda518105f8cc793c0" +content-hash = "591aaa54f27bcef4edbb089bed75acf1778a6b6dcead77022b7dd9de4546a000" diff --git a/pyproject.toml b/pyproject.toml index ed1f44d..4c18ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ pandas = "^2.2.2" pdb-tools = "^2.5.0" keras = "^2.13.1" tensorflow = "^2.13.0" +idna = "^3.7" [tool.poetry.group.dev.dependencies]