Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Ali-D-Akbar authored Jan 18, 2021
2 parents 5062d5a + ee86f95 commit 1f8dcc7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ filelock==3.0.12
# via
# tox
# virtualenv
fs==2.4.11
fs==2.4.12
# via -r requirements/test.in
future==0.18.2
# via pyjwkest
Expand Down Expand Up @@ -167,7 +167,7 @@ pbr==5.5.1
# via stevedore
pip-tools==5.5.0
# via -r requirements/dev.in
pkginfo==1.6.1
pkginfo==1.7.0
# via twine
pluggy==0.13.1
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ pyparsing==2.4.7
# via packaging
pysrt==1.1.2
# via -r requirements/base.in
pytest-cov==2.10.1
pytest-cov==2.11.0
# via -r requirements/test.in
pytest-django==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -288,7 +288,7 @@ toml==0.10.2
# tox
tox-battery==0.6.1
# via -r requirements/travis.in
tox==3.21.0
tox==3.21.1
# via
# -r requirements/travis.in
# tox-battery
Expand All @@ -304,7 +304,7 @@ urllib3==1.26.2
# via
# requests
# responses
virtualenv==20.3.0
virtualenv==20.3.1
# via tox
webencodings==0.5.1
# via bleach
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ edx-toggles==1.2.2
# via
# -c requirements/constraints.txt
# -r requirements/base.in
fs==2.4.11
fs==2.4.12
# via -r requirements/test.in
future==0.18.2
# via pyjwkest
Expand Down Expand Up @@ -136,7 +136,7 @@ pathlib2==2.3.5
# via pytest
pbr==5.5.1
# via stevedore
pkginfo==1.6.1
pkginfo==1.7.0
# via twine
pluggy==0.13.1
# via pytest
Expand Down Expand Up @@ -178,7 +178,7 @@ pyparsing==2.4.7
# via packaging
pysrt==1.1.2
# via -r requirements/base.in
pytest-cov==2.10.1
pytest-cov==2.11.0
# via -r requirements/test.in
pytest-django==4.1.0
# via -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ edx-toggles==1.2.2
# via
# -c requirements/constraints.txt
# -r requirements/base.in
fs==2.4.11
fs==2.4.12
# via -r requirements/test.in
future==0.18.2
# via pyjwkest
Expand Down Expand Up @@ -130,7 +130,7 @@ pyparsing==2.4.7
# via packaging
pysrt==1.1.2
# via -r requirements/base.in
pytest-cov==2.10.1
pytest-cov==2.11.0
# via -r requirements/test.in
pytest-django==4.1.0
# via -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ toml==0.10.2
# via tox
tox-battery==0.6.1
# via -r requirements/travis.in
tox==3.21.0
tox==3.21.1
# via
# -r requirements/travis.in
# tox-battery
urllib3==1.26.2
# via requests
virtualenv==20.3.0
virtualenv==20.3.1
# via tox
zipp==1.0.0
# via
Expand Down

0 comments on commit 1f8dcc7

Please sign in to comment.