fix: Update to match compile-requirements output.
For some reason sphinx is being listed as a thing that requires `roman-numerals` during the upgrade call but not during `compile-requirements`. This just commits the expectations from compile-requirements for now so we can land the package update.
This commit is contained in:
2
Makefile
2
Makefile
@@ -134,7 +134,7 @@ compile-requirements: pre-requirements ## Re-compile *.in requirements to *.txt
|
||||
export REBUILD=''; \
|
||||
done
|
||||
|
||||
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the pip requirements files to use the latest releases satisfying our constraints
|
||||
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the pip requirements files to use the latest releases satisfying our constraints
|
||||
$(MAKE) compile-requirements COMPILE_OPTS="--upgrade"
|
||||
|
||||
upgrade-package: ## update just one package to the latest usable release
|
||||
|
||||
@@ -1309,9 +1309,7 @@ requests-oauthlib==2.0.0
|
||||
# -r requirements/edx/base.txt
|
||||
# social-auth-core
|
||||
roman-numerals==4.1.0
|
||||
# via
|
||||
# roman-numerals-py
|
||||
# sphinx
|
||||
# via roman-numerals-py
|
||||
roman-numerals-py==4.1.0
|
||||
# via sphinx
|
||||
rpds-py==0.30.0
|
||||
|
||||
Reference in New Issue
Block a user