Skip to content

Commit

Permalink
Merge pull request #168 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…f4134b4

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Oct 29, 2021
2 parents f4134b4 + 56fa72b commit 1359491
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==2.4.7
pyparsing==3.0.3
# via packaging
requests==2.26.0
# via codecov
Expand All @@ -48,5 +48,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.7
# via requests
virtualenv==20.8.1
virtualenv==20.9.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.8.3
astroid==2.8.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -84,7 +84,7 @@ edx-django-utils==4.4.0
# via -r requirements/quality.txt
edx-i18n-tools==0.8.1
# via -r requirements/dev.in
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/quality.txt
filelock==3.3.1
# via
Expand Down Expand Up @@ -208,7 +208,7 @@ pylint-plugin-utils==0.6
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -280,7 +280,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -302,7 +302,7 @@ urllib3==1.26.7
# -r requirements/ci.txt
# -r requirements/quality.txt
# requests
virtualenv==20.8.1
virtualenv==20.9.0
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pygments==2.10.0
# doc8
# readme-renderer
# sphinx
pyparsing==2.4.7
pyparsing==3.0.3
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -203,7 +203,7 @@ toml==0.10.2
# via
# -r requirements/test.txt
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/test.txt
# coverage
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements/pip-tools.in
tomli==1.2.1
tomli==1.2.2
# via pep517
wheel==0.37.0
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.37.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.3
pip==21.3.1
# via -r requirements/pip.in
setuptools==58.2.0
setuptools==58.3.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.8.3
astroid==2.8.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -58,7 +58,7 @@ django-waffle==2.2.1
# edx-django-utils
edx-django-utils==4.4.0
# via -r requirements/test.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/quality.in
idna==3.3
# via
Expand Down Expand Up @@ -133,7 +133,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.3
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -194,7 +194,7 @@ toml==0.10.2
# -r requirements/test.txt
# pylint
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/test.txt
# coverage
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ psutil==5.8.0
# edx-django-utils
py==1.10.0
# via pytest
pyparsing==2.4.7
pyparsing==3.0.3
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ text-unidecode==1.3
# python-slugify
toml==0.10.2
# via pytest
tomli==1.2.1
tomli==1.2.2
# via coverage
urllib3==1.26.7
# via
Expand Down

0 comments on commit 1359491

Please sign in to comment.