Skip to content
Snippets Groups Projects
Unverified Commit fb86d411 authored by M. Zulqarnain's avatar M. Zulqarnain Committed by GitHub
Browse files

BOM-2247 - Upgrade pip-tools (#27861)


* chore: upgrade pip-tools

* replace --no-index with --no-emit-index-url

* upgrade pip

Co-authored-by: default avataredX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
parent 174c14d2
No related merge requests found
...@@ -97,8 +97,8 @@ compile-requirements: ## Re-compile *.in requirements to *.txt ...@@ -97,8 +97,8 @@ compile-requirements: ## Re-compile *.in requirements to *.txt
for f in $(REQ_FILES); do \ for f in $(REQ_FILES); do \
echo ; \ echo ; \
echo "== $$f ===============================" ; \ echo "== $$f ===============================" ; \
echo "pip-compile -v --no-emit-trusted-host --no-index $$REBUILD ${COMPILE_OPTS} -o $$f.txt $$f.in"; \ echo "pip-compile -v --no-emit-trusted-host --no-emit-index-url $$REBUILD ${COMPILE_OPTS} -o $$f.txt $$f.in"; \
pip-compile -v --no-emit-trusted-host --no-index $$REBUILD ${COMPILE_OPTS} -o $$f.txt $$f.in || exit 1; \ pip-compile -v --no-emit-trusted-host --no-emit-index-url $$REBUILD ${COMPILE_OPTS} -o $$f.txt $$f.in || exit 1; \
export REBUILD=''; \ export REBUILD=''; \
done done
# Post process all of the files generated above to work around open pip-tools issues # Post process all of the files generated above to work around open pip-tools issues
......
...@@ -48,9 +48,6 @@ oauthlib==3.0.1 ...@@ -48,9 +48,6 @@ oauthlib==3.0.1
# django-auth-toolkit==1.3.3 requires oauthlib>=3.1.0 which is pinned because of test failures # django-auth-toolkit==1.3.3 requires oauthlib>=3.1.0 which is pinned because of test failures
django-oauth-toolkit<=1.3.2 django-oauth-toolkit<=1.3.2
# ARCHBOM-1141: pip-tools upgrade requires pip upgrade
pip-tools<6.0
# Upgrading to 2.5.3 on 2020-01-03 triggered "'tzlocal' object has no attribute '_std_offset'" errors in production # Upgrading to 2.5.3 on 2020-01-03 triggered "'tzlocal' object has no attribute '_std_offset'" errors in production
python-dateutil==2.4.0 python-dateutil==2.4.0
# matplotlib>=3.4.0 requires python-dateutil>=2.7 # matplotlib>=3.4.0 requires python-dateutil>=2.7
......
...@@ -910,6 +910,10 @@ pbr==5.6.0 ...@@ -910,6 +910,10 @@ pbr==5.6.0
# via # via
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
# stevedore # stevedore
pep517==0.10.0
# via
# -r requirements/edx/pip-tools.txt
# pip-tools
piexif==1.1.3 piexif==1.1.3
# via -r requirements/edx/testing.txt # via -r requirements/edx/testing.txt
pillow==8.2.0 pillow==8.2.0
...@@ -917,10 +921,8 @@ pillow==8.2.0 ...@@ -917,10 +921,8 @@ pillow==8.2.0
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
# edx-enterprise # edx-enterprise
# edx-organizations # edx-organizations
pip-tools==5.5.0 pip-tools==6.1.0
# via # via -r requirements/edx/pip-tools.txt
# -c requirements/edx/../constraints.txt
# -r requirements/edx/pip-tools.txt
pluggy==0.13.1 pluggy==0.13.1
# via # via
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
...@@ -1355,8 +1357,10 @@ tincan==1.0.0 ...@@ -1355,8 +1357,10 @@ tincan==1.0.0
# edx-event-routing-backends # edx-event-routing-backends
toml==0.10.2 toml==0.10.2
# via # via
# -r requirements/edx/pip-tools.txt
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
# mypy # mypy
# pep517
# pylint # pylint
# pytest # pytest
# pytest-cov # pytest-cov
......
...@@ -8,10 +8,12 @@ click==7.1.2 ...@@ -8,10 +8,12 @@ click==7.1.2
# via # via
# -c requirements/edx/../constraints.txt # -c requirements/edx/../constraints.txt
# pip-tools # pip-tools
pip-tools==5.5.0 pep517==0.10.0
# via # via pip-tools
# -c requirements/edx/../constraints.txt pip-tools==6.1.0
# -r requirements/edx/pip-tools.in # via -r requirements/edx/pip-tools.in
toml==0.10.2
# via pep517
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip
pip==20.2.3 pip==20.3.4
wheel==0.35.1 wheel==0.35.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment