Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
7d8554365c
Merge fec11a7767 into 814c497bef 2026-05-04 08:48:48 -03:00
dependabot[bot]
fec11a7767
Update click requirement from ==8.1.* to ==8.3.* in /docker/main
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.0...8.3.3)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.3
  dependency-type: direct:production
...

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

View File

@ -1,5 +1,5 @@
aiofiles == 24.1.*
click == 8.1.*
click == 8.3.*
# FastAPI
aiohttp == 3.12.*
starlette == 0.47.*