From 04db547b5dc4c9368c496ad68a010dfc56e252f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:32:33 +0000 Subject: [PATCH] build(deps): update pandas requirement from >=1.3.0 to >=2.3.3 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 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 5f0b64b..3df5ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "rich>=10.0.0", "six>=1.16.0", "numpy>=1.20.0", - "pandas>=1.3.0", + "pandas>=2.3.3", "biopython>=1.78", "seaborn>=0.13.2", "matplotlib>=3.10.3",