Skip to content

Commit 1bdd817

Browse files
chore(deps)(deps): update pandas requirement from >=2.2.0 to >=3.0.2
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](pandas-dev/pandas@v2.2.0...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ea2ba3 commit 1bdd817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pdfplumber>=0.11.9 # PDF parsing (updated 2026-03-02)
55
pypdf>=6.10.2 # PDF utilities - security patches (updated 2026-03-02)
6-
pandas>=2.2.0 # Data processing
6+
pandas>=3.0.2 # Data processing
77
python-dotenv>=1.2.2 # Environment configuration
88
tabulate>=0.10.0 # Table formatting
99
cryptography>=47.0.0 # Cryptographic operations - security patches (updated 2026-04-29)

0 commit comments

Comments
 (0)