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

@ -44,7 +44,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"hatch==1.14.0",
"ruff==0.11.4",
"ruff==0.11.2",
"djlint==1.36.4",
"mkdocs==1.6.1",
"mkdocs-material==9.6.10",
@ -62,13 +62,13 @@ test = [
"pytest-playwright==0.7.0",
"pytest-rerunfailures==15.0",
"pytest-xdist>=3.5.0,<4",
"moto[s3]==5.1.3"
"moto[s3]==5.1.1"
]
docker = [
"uvicorn==0.34.0",
]
s3 = [
"django-storages[s3]==1.14.6",
"django-storages[s3]==1.14.5",
]
sync = [
"pydantic==2.11.2",