From 473e327bfa14153bbbcf4684a2a2563a75bfaef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:58:35 +0000 Subject: [PATCH] chore(deps): bump zipp from 3.23.0 to 3.23.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.23.0 to 3.23.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.23.0...v3.23.1) --- updated-dependencies: - dependency-name: zipp dependency-version: 3.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46f445a..8d1ac0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -212,5 +212,5 @@ werkzeug==3.1.7 # flask-socketio wsproto==1.3.2 # via simple-websocket -zipp==3.23.0 +zipp==3.23.1 # via importlib-metadata