From e1b58c6563692dc0bd5dc9249ddf1f275266a822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 04:21:04 +0000 Subject: [PATCH] chore(deps): bump xlrd from 2.0.1 to 2.0.2 Bumps [xlrd](https://github.com/python-excel/xlrd) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-excel/xlrd/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: xlrd dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- analysis_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_service/requirements.txt b/analysis_service/requirements.txt index 3a29a92..30e31a2 100644 --- a/analysis_service/requirements.txt +++ b/analysis_service/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 pandas==2.2.3 openpyxl==3.1.5 -xlrd==2.0.1 +xlrd==2.0.2 python-multipart==0.0.20