From 32026594e7376b3f9a0e2c29aea02b5ee6e4005a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:12:32 +0000 Subject: [PATCH] build(deps): bump idna Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt index 30125dd0..fda6cd6e 100644 --- a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt +++ b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt @@ -10,7 +10,7 @@ click==8.1.3 # via flask flask==2.0.3 # via test-project -idna==3.4 +idna==3.15 # via # anyio # requests