From 79597a5879da843f4dc0a55e45a48d826bc71c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:48:24 +0000 Subject: [PATCH] build(deps): bump importlib-metadata from 7.0.1 to 7.1.0 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.0.1 to 7.1.0. - [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/v7.0.1...v7.1.0) --- 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 65a8794..334f73b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=3.1.8 django-haystack==3.2.1 -importlib-metadata==7.0.1 +importlib-metadata==7.1.0 python-dateutil==2.8.2 requests==2.31.0 selenium==4.16.0