From fdf4e4cd783f9a64b1a10fa17e688d0745ab37ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:03:28 +0000 Subject: [PATCH] Update pyzotero requirement from <=1.13.0 to <=1.13.1 Updates the requirements on [pyzotero](https://github.com/urschrei/pyzotero) to permit the latest version. - [Release notes](https://github.com/urschrei/pyzotero/releases) - [Commits](https://github.com/urschrei/pyzotero/compare/v0.3...v1.13.1) --- updated-dependencies: - dependency-name: pyzotero dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c0b98..60321c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pyparsing < 3.3.0; python_version < '3.10'", "pyparsing <= 3.3.2; python_version >= '3.10'", "pandas <= 3.0.3", - "pyzotero <= 1.13.0", + "pyzotero <= 1.13.1", "networkx <= 3.6.1", "matplotlib <= 3.10.9", ]