From 6bb38fdaf5457fa1fac709edfbc743fd6d1e2c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:35:21 +0000 Subject: [PATCH] chore(deps): bump redis in /chainguard/environments/dev Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- chainguard/environments/dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainguard/environments/dev/requirements.txt b/chainguard/environments/dev/requirements.txt index 8d0f713..919a98a 100644 --- a/chainguard/environments/dev/requirements.txt +++ b/chainguard/environments/dev/requirements.txt @@ -1,4 +1,4 @@ Flask==3.1.0 -redis==5.2.0 +redis==5.2.1 prometheus-client==0.21.1 Werkzeug==3.1.3 \ No newline at end of file