Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
nedbat authored Oct 5, 2021
2 parents 33f7459 + 78b1d8e commit b615439
Show file tree
Hide file tree
Showing 2 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 @@ -14,7 +14,7 @@ markupsafe==2.0.1
# via xblock
python-dateutil==2.8.2
# via xblock
pytz==2021.1
pytz==2021.3
# via
# fs
# xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==21.2.0
# via pytest
coverage==5.5
coverage[toml]==6.0
# via pytest-cov
iniconfig==1.1.1
# via pytest
Expand All @@ -20,9 +20,9 @@ pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via pytest-cov
pytest-cov==2.12.1
pytest-cov==3.0.0
# via -r requirements/test.in
toml==0.10.2
# via
# pytest
# pytest-cov
# via pytest
tomli==1.2.1
# via coverage

0 comments on commit b615439

Please sign in to comment.