From 35e3d08bae499b05ef5a671600213812edcacbd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:38:50 +0000 Subject: [PATCH] deps(deps): bump pandas from 2.2.1 to 2.3.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.1 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.1...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fa7fbc..c7b6460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "streamlit==1.32.0", "requests==2.31.0", "python-dotenv==1.0.1", - "pandas==2.2.1", + "pandas==2.3.3", "dotenv", "matplotlib", "pytest",