Compare commits

..

No commits in common. "38e862c04aeb304e12187883659a00884bacbe0b" and "aa43d4efa8889e58815bd4a1ce795ab8ba737b79" have entirely different histories.

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.1",