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>
This commit is contained in:
dependabot[bot] 2025-04-08 07:43:11 +00:00 committed by GitHub
parent 38e862c04a
commit 8c9d4e5777
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.6", "django-storages[s3]==1.14.6",
] ]
sync = [ sync = [
"pydantic==2.11.1", "pydantic==2.11.2",
"redis==5.2.1", "redis==5.2.1",
"websockets==15.0.1", "websockets==15.0.1",
] ]