From d7c4986a7622fa6026314127e8a079b9db5ee0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:08:10 +0000 Subject: [PATCH] Bump importlib-metadata from 8.5.0 to 8.6.1 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.5.0 to 8.6.1. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.5.0...v8.6.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b12aedb..8d03161 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0" identify==2.6.7 ; python_version >= "3.11" and python_version < "4.0" identity==0.9.2 ; python_version >= "3.11" and python_version < "4.0" idna==3.10 ; python_version >= "3.11" and python_version < "4.0" -importlib-metadata==8.5.0 ; python_version >= "3.11" and python_version < "4.0" +importlib-metadata==8.6.1 ; python_version >= "3.11" and python_version < "4.0" isodate==0.7.2 ; python_version >= "3.11" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.11" and python_version < "4.0" jinja2==3.1.5 ; python_version >= "3.11" and python_version < "4.0"