From 1bf4bc849c07ea3586af2d6cd855f6d2fae90eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:09:27 +0000 Subject: [PATCH] Bump pandas from 2.3.0 to 2.3.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.0 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3b3089a..37eee8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = rstcloth ~= 0.6.0 pyzenhub ~= 0.3.2 mdutils ~= 1.8.0 - pandas == 2.3.0 # Must match the version in github-actions-base + pandas == 2.3.3 # Must match the version in github-actions-base # Change this to False if you use things like __file__ or __path__—which you # shouldn't use anyway, because that's what ``importlib`` is for 🙂