mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
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:
parent
0abc6bf1e3
commit
1bc0d4124b
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue