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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-22 11:22:14 +00:00 committed by GitHub
parent e4d5f1f94e
commit 523583e19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ distlib==0.3.*
filelock==3.8.* filelock==3.8.*
future==0.18.* future==0.18.*
importlib-metadata==5.1.* importlib-metadata==5.1.*
importlib-resources==5.1.* importlib-resources==6.5.*
netaddr==0.8.* netaddr==0.8.*
netifaces==0.10.* netifaces==0.10.*
verboselogs==1.7.* verboselogs==1.7.*