chore: bump pydantic from 2.10.6 to 2.11.1

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.1.
- [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.10.6...v2.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 17:38:06 +00:00 committed by GitHub
parent 8292608365
commit e26e8edc8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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