chore: bump pydantic from 2.10.5 to 2.10.6

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

---
updated-dependencies:
- dependency-name: pydantic
  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-01-27 17:30:34 +00:00 committed by GitHub
parent d20943a487
commit 0e1fa6965d
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.4",
]
sync = [
"pydantic==2.10.5",
"pydantic==2.10.6",
"redis==5.2.1",
]