Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
331896a4e9
Merge 28064ccf16 into aa43d4efa8 2025-04-07 18:32:40 +00:00
dependabot[bot]
28064ccf16
chore: bump pydantic from 2.11.1 to 2.11.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 18:32:38 +00:00

View file

@ -71,7 +71,7 @@ s3 = [
"django-storages[s3]==1.14.5",
]
sync = [
"pydantic==2.11.1",
"pydantic==2.11.2",
"redis==5.2.1",
"websockets==15.0.1",
]