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:
Feanil Patel
2025-12-23 09:37:55 -05:00
parent a93b93e6fb
commit e2d19b6780
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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