diff --git a/Makefile b/Makefile index e9e1234..f966253 100644 --- a/Makefile +++ b/Makefile @@ -120,8 +120,10 @@ branch := "main" publish: git push -u origin ${branch} --tags + .PHONY: prepare-release -prepare-release: tests/requirements-testing.txt +prepare-release: tests/requirements-testing.lock -tests/requirements-testing.txt: pyproject.toml +# we use lock extension so that dependabot doesn't pick up changes in this file +tests/requirements-testing.lock: pyproject.toml pdm export --dev --format requirements --output $@ \ No newline at end of file