From 523583e19e6775f9f2ec8d39d29e7d918dc55b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:22:14 +0000 Subject: [PATCH] Update importlib-resources requirement in /docker/main Updates the requirements on [importlib-resources](https://github.com/python/importlib_resources) to permit the latest version. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_resources/compare/v5.1.0...v6.5.2) --- updated-dependencies: - dependency-name: importlib-resources dependency-version: 6.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 7c0dc1843..ef33c43ba 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -65,7 +65,7 @@ distlib==0.3.* filelock==3.8.* future==0.18.* importlib-metadata==5.1.* -importlib-resources==5.1.* +importlib-resources==6.5.* netaddr==0.8.* netifaces==0.10.* verboselogs==1.7.*