From ecea9dd4b5dd295412a21a30a3672bd8308f296f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:02:45 +0000 Subject: [PATCH] build(deps): bump python-calamine from 0.6.1 to 0.6.2 Bumps [python-calamine](https://github.com/dimastbk/python-calamine) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/dimastbk/python-calamine/releases) - [Commits](https://github.com/dimastbk/python-calamine/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: python-calamine dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16123690e32..5115684c0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ dependencies = [ "cryptography==46.0.5", "jwcrypto>=1.5.6", # dependency for XLSX handler - "python-calamine==0.6.1", + "python-calamine==0.6.2", ] [project.optional-dependencies]