From cce0c91f1af9ef96d39aadcf418fe256720b201a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:32:08 +0200 Subject: [PATCH] Bump zipp from 3.17.0 to 3.19.1 in /docs (#771) Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.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.17.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: indirect ... --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9da63020f..ad92937b8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -72,5 +72,5 @@ typing-extensions==4.8.0 # via pydata-sphinx-theme urllib3==2.0.7 # via requests -zipp==3.17.0 +zipp==3.19.1 # via importlib-metadata