From e1c40e44be6aa4f66e309c3122a99eca283cdf12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:43:16 +0000 Subject: [PATCH] chore(deps): update jaraco-context requirement in /vote Updates the requirements on [jaraco-context](https://github.com/jaraco/jaraco.context) to permit the latest version. - [Release notes](https://github.com/jaraco/jaraco.context/releases) - [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.context/compare/v6.1.0...v6.1.2) --- updated-dependencies: - dependency-name: jaraco-context dependency-version: 6.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vote/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/requirements.txt b/vote/requirements.txt index 471f5d0..c022e44 100644 --- a/vote/requirements.txt +++ b/vote/requirements.txt @@ -2,5 +2,5 @@ Flask Redis gunicorn prometheus_client -jaraco.context>=6.1.0 +jaraco.context>=6.1.2 wheel>=0.46.2