From 985d88d87a8290eab1ba698c80fed360defe2a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:20:17 +0000 Subject: [PATCH] Bump glob2 from 0.4.1 to 0.7 Bumps [glob2](https://github.com/miracle2k/python-glob2) from 0.4.1 to 0.7. - [Changelog](https://github.com/miracle2k/python-glob2/blob/master/CHANGES) - [Commits](https://github.com/miracle2k/python-glob2/compare/v0.4.1...v0.7) --- updated-dependencies: - dependency-name: glob2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 47ff377..99511ef 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,3 +1,3 @@ -glob2==0.4.1 +glob2==0.7 hellbox==0.0.2 virtualenv==1.11.6