chore(deps): update django requirement in /django/aiservice

Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](https://github.com/django/django/compare/5.0.6...6.0.3)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 6.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-01 16:48:13 +00:00 committed by GitHub
parent 0abc6bf1e3
commit 1bc0d4124b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ requires-python = ">=3.12.1,<4"
readme = "README.md"
classifiers = ["Private :: Do Not Upload"]
dependencies = [
"django>=5.0.6,<6",
"django>=5.0.6,<7",
"django-ninja>=1.3.0,<2",
"pydantic>=2.9.0",
"python-dotenv>=1.0.1,<2",