Compare commits

..

2 commits

Author SHA1 Message Date
dependabot[bot]
f4e7eed513
Merge bc90a55bd3 into aa43d4efa8 2025-04-07 18:38:45 +00:00
dependabot[bot]
bc90a55bd3
chore: bump hatch from 1.14.0 to 1.14.1
Bumps [hatch](https://github.com/pypa/hatch) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](https://github.com/pypa/hatch/compare/hatch-v1.14.0...hatch-v1.14.1)

---
updated-dependencies:
- dependency-name: hatch
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 18:38:43 +00:00

View file

@ -44,7 +44,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"hatch==1.14.1",
"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",