Skip to content

Commit

Permalink
Merge pull request #270 from openedx/usamasadiq/fix-upgrade-issue
Browse files Browse the repository at this point in the history
fix: fix upgrade job pip failure
  • Loading branch information
UsamaSadiq authored May 24, 2022
2 parents 5f976de + 0e1768f commit 2896729
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 30 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ attrs==21.4.0
# via
# aiohttp
# pytest
cachetools==5.0.0
cachetools==5.1.0
# via google-auth
certifi==2021.10.8
certifi==2022.5.18.1
# via requests
charset-normalizer==2.0.12
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
certifi==2021.10.8
certifi==2022.5.18.1
# via requests
charset-normalizer==2.0.12
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.3.3
coverage==6.4
# via codecov
distlib==0.3.4
# via virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiosignal==1.2.0
# via
# -r requirements/quality.txt
# aiohttp
asgiref==3.5.1
asgiref==3.5.2
# via
# -r requirements/quality.txt
# django
Expand All @@ -31,11 +31,11 @@ attrs==21.4.0
# -r requirements/quality.txt
# aiohttp
# pytest
cachetools==5.0.0
cachetools==5.1.0
# via
# -r requirements/quality.txt
# google-auth
certifi==2021.10.8
certifi==2022.5.18.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -66,15 +66,15 @@ code-annotations==1.3.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.3.3
coverage[toml]==6.4
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# codecov
# pytest-cov
diff-cover==6.5.0
# via -r requirements/dev.in
dill==0.3.4
dill==0.3.5.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -175,7 +175,7 @@ pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements/pip-tools.txt
platformdirs==2.5.2
# via
Expand Down Expand Up @@ -211,7 +211,7 @@ pydocstyle==6.1.1
# via -r requirements/quality.txt
pygments==2.12.0
# via diff-cover
pylint==2.13.8
pylint==2.13.9
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ babel==2.10.1
# via sphinx
bleach==5.0.0
# via readme-renderer
cachetools==5.0.0
cachetools==5.1.0
# via
# -r requirements/test.txt
# google-auth
certifi==2021.10.8
certifi==2022.5.18.1
# via
# -r requirements/test.txt
# requests
Expand All @@ -41,11 +41,11 @@ charset-normalizer==2.0.12
# -r requirements/test.txt
# aiohttp
# requests
coverage[toml]==6.3.3
coverage[toml]==6.4
# via
# -r requirements/test.txt
# pytest-cov
doc8==0.11.1
doc8==0.11.2
# via -r requirements/doc.in
dockerfile==3.2.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -90,7 +90,7 @@ idna==3.3
# yarl
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
importlib-metadata==4.11.4
# via sphinx
iniconfig==1.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.1.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements/pip-tools.in
tomli==2.0.1
# via pep517
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==22.1.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiosignal==1.2.0
# via
# -r requirements/test.txt
# aiohttp
asgiref==3.5.1
asgiref==3.5.2
# via django
astroid==2.11.5
# via
Expand All @@ -28,11 +28,11 @@ attrs==21.4.0
# -r requirements/test.txt
# aiohttp
# pytest
cachetools==5.0.0
cachetools==5.1.0
# via
# -r requirements/test.txt
# google-auth
certifi==2021.10.8
certifi==2022.5.18.1
# via
# -r requirements/test.txt
# requests
Expand All @@ -50,11 +50,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
coverage[toml]==6.3.3
coverage[toml]==6.4
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.4
dill==0.3.5.1
# via pylint
django==3.2.13
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ pycodestyle==2.8.0
# via -r requirements/quality.in
pydocstyle==6.1.1
# via -r requirements/quality.in
pylint==2.13.8
pylint==2.13.9
# via
# edx-lint
# pylint-celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ attrs==21.4.0
# -r requirements/base.txt
# aiohttp
# pytest
cachetools==5.0.0
cachetools==5.1.0
# via
# -r requirements/base.txt
# google-auth
certifi==2021.10.8
certifi==2022.5.18.1
# via
# -r requirements/base.txt
# requests
Expand All @@ -35,7 +35,7 @@ charset-normalizer==2.0.12
# -r requirements/base.txt
# aiohttp
# requests
coverage[toml]==6.3.3
coverage[toml]==6.4
# via pytest-cov
dockerfile==3.2.0
# via -r requirements/base.txt
Expand Down

0 comments on commit 2896729

Please sign in to comment.