Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
d6af4fe39c
Merge 5199e10086 into e79ff9a079 2025-11-25 22:34:10 +00:00
dependabot[bot]
5199e10086
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>
2025-08-19 19:05:41 +00:00

View File

@ -19,7 +19,7 @@ tensorflow-cpu == 2.19.* ; platform_machine == 'x86_64'
mypy == 1.6.1
onvif-zeep-async == 4.0.*
paho-mqtt == 2.1.*
pandas == 2.2.*
pandas == 2.3.*
peewee == 3.17.*
peewee_migrate == 1.13.*
psutil == 7.1.*