Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
nedbat authored Oct 5, 2021
2 parents fe44175 + 07c2670 commit ad1d3a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ markupsafe==2.0.1
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2021.1
pytz==2021.3
# via
# django
# fs
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# fs
astroid==2.8.0
# via pylint
coverage==5.5
coverage==6.0
# via -r requirements/test.txt
django==2.2.24
# via
Expand Down Expand Up @@ -61,7 +61,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# xblock
pytz==2021.1
pytz==2021.3
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==5.5
coverage==6.0
# via -r requirements/test.in
edx-opaque-keys==2.2.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
distlib==0.3.3
# via virtualenv
filelock==3.0.12
filelock==3.3.0
# via
# tox
# virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ distlib==0.3.3
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.0.12
filelock==3.3.0
# via
# -r requirements/tox.txt
# tox
Expand Down

0 comments on commit ad1d3a7

Please sign in to comment.