diff --git a/Makefile b/Makefile index 210e233..bfa465f 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ safety: ## Check project and dependencies with safety https://github.com/pyupio/ .PHONY: py-upgrade py-upgrade: ## Upgrade project py files with pyupgrade library for python version 3.10 - pyupgrade --py311-plus `find app -name "*.py"` + pyupgrade --py312-plus `find app -name "*.py"` .PHONY: lint lint: ## Lint project code.