Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
42f4496696
Merge 405f719217 into 814c497bef 2026-05-04 08:48:48 -03:00
dependabot[bot]
405f719217
Update pyzmq requirement from ==26.2.* to ==27.1.* in /docker/main
Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version.
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](https://github.com/zeromq/pyzmq/compare/v26.2.0...v27.1.0)

---
updated-dependencies:
- dependency-name: pyzmq
  dependency-version: 27.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-01 13:18:55 +00:00

View File

@ -26,7 +26,7 @@ psutil == 7.1.*
pydantic == 2.10.*
git+https://github.com/fbcotter/py3nvml#egg=py3nvml
pytz == 2025.*
pyzmq == 26.2.*
pyzmq == 27.1.*
ruamel.yaml == 0.18.*
tzlocal == 5.2
requests == 2.32.*