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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-19 19:05:41 +00:00 committed by GitHub
parent 33f3ea3b59
commit 5199e10086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.*