File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ metasmoke:
89
89
PIP_COMPILE = pip-compile --upgrade --allow-unsafe --resolver=backtracking
90
90
upgrade : export CUSTOM_COMPILE_COMMAND=make upgrade
91
91
upgrade : # # Update the *.pip files with the latest packages satisfying *.in files.
92
+ git switch -c nedbat/upgrade-$$(date +%Y%m%d )
92
93
pip install -q -r requirements/pip-tools.pip
93
94
$(PIP_COMPILE ) -o requirements/pip-tools.pip requirements/pip-tools.in
94
95
$(PIP_COMPILE ) -o requirements/pip.pip requirements/pip.in
@@ -100,6 +101,7 @@ upgrade: ## Update the *.pip files with the latest packages satisfying *.in
100
101
$(PIP_COMPILE ) -o doc/requirements.pip doc/requirements.in
101
102
$(PIP_COMPILE ) -o requirements/lint.pip doc/requirements.in requirements/dev.in
102
103
$(PIP_COMPILE ) -o requirements/mypy.pip requirements/mypy.in
104
+ git commit -am " chore: make upgrade"
103
105
104
106
diff_upgrade : # # Summarize the last `make upgrade`
105
107
@# The sort flags sort by the package name first, then by the -/+, and
You can’t perform that action at this time.
0 commit comments