From 494c2ef91fb8372e8d293c50f4804b907c1d5e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:00:20 +0000 Subject: [PATCH] Bump idna from 3.9 to 3.10 Bumps [idna](https://github.com/kjd/idna) from 3.9 to 3.10. - [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.9...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- conda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/requirements.txt b/conda/requirements.txt index 538991e48..9e283be9e 100644 --- a/conda/requirements.txt +++ b/conda/requirements.txt @@ -8,7 +8,7 @@ dictdumper == 0.8.4.post3 dpkt == 1.9.8 emoji == 2.12.1 html5lib == 1.1 -idna == 3.9 +idna == 3.10 lxml == 5.3.0 packaging == 24.1 pathlib2 ; python_version < "3.5"