Skip to content

Commit 0c0f86f

Browse files
authored
Merge pull request #205 from eadwinCode/ninja_schema_upgrade
fix: Ninja Schema Upgrade
2 parents a9d5f6f + 5ba9c2f commit 0c0f86f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ install:clean ## Install dependencies
1616
pip install -r requirements.txt
1717
flit install --symlink
1818

19-
install-full: ## Install dependencies
20-
make install
19+
install-full:install ## Install dependencies
2120
pre-commit install -f
2221

2322
lint:fmt ## Run code linters

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django-stubs
22
mypy == 1.13.0
3-
ninja-schema>=0.13.4
3+
ninja-schema>=0.14.0
44
pytest
55
pytest-asyncio==0.24.0
66
pytest-cov

0 commit comments

Comments
 (0)