From a05c25cb7ab42cd5b97db17acb94186fc317c547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 16:35:18 +0000 Subject: [PATCH] chore(deps): bump huey from 2.5.2 to 2.5.3 in /examples/using-huey Bumps [huey](https://github.com/coleifer/huey) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/coleifer/huey/releases) - [Changelog](https://github.com/coleifer/huey/blob/master/CHANGELOG.md) - [Commits](https://github.com/coleifer/huey/compare/2.5.2...2.5.3) --- updated-dependencies: - dependency-name: huey dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/using-huey/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-huey/requirements.txt b/examples/using-huey/requirements.txt index 4c9c96f..5ca85cd 100644 --- a/examples/using-huey/requirements.txt +++ b/examples/using-huey/requirements.txt @@ -1,3 +1,3 @@ redis -huey==2.5.2 +huey==2.5.3 flask \ No newline at end of file