From 5199e10086fea7aed9ba8f4ce7fb5ad0ec6e14ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:05:41 +0000 Subject: [PATCH] Update pandas requirement from ==2.2.* to ==2.3.* in /docker/main 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/v2.2.0dev0...v2.3.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 7a2e2d6df..ac5fb0048 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -18,7 +18,7 @@ tensorflow-cpu == 2.19.* ; platform_machine == 'x86_64' mypy == 1.6.1 onvif-zeep-async == 3.1.* paho-mqtt == 2.1.* -pandas == 2.2.* +pandas == 2.3.* peewee == 3.17.* peewee_migrate == 1.13.* psutil == 6.1.*