From 518c8fc945486923aa656bad52d5d1ca959daeec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:24:50 +0000 Subject: [PATCH] chore(deps): bump pandas-stubs Bumps the python-dependencies group in /backend with 1 update: [pandas-stubs](https://github.com/pandas-dev/pandas-stubs). Updates `pandas-stubs` from 2.2.3.250527 to 2.3.2.250926 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.2.3.250527...v2.3.2.250926) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 2.3.2.250926 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0e9802d2..b8a8461e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "itsdangerous>=2.2.0", "openpyxl>=3.1.5", "pandas>=2.2.3", - "pandas-stubs==2.2.3.250527", + "pandas-stubs==2.3.2.250926", "python-multipart>=0.0.20", "sqlalchemy>=2.0.38", "xlsxwriter>=3.2.2",