Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
nedbat authored Oct 5, 2021
2 parents 1dcfe53 + d2557e4 commit 02c70d4
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -20,7 +20,7 @@ markupsafe==2.0.1
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2021.1
pytz==2021.3
# via
# fs
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
# via -r requirements/pip.in
setuptools==58.1.0
setuptools==58.2.0
# via -r requirements/pip.in
9 changes: 5 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage==5.5
coverage[toml]==6.0
# via pytest-cov
edx-lint==5.2.0
# via -r requirements/test.in
iniconfig==1.1.1
# via pytest
isort==5.9.3
# via pylint
jinja2==3.0.1
jinja2==3.0.2
# via code-annotations
lazy-object-proxy==1.6.0
# via astroid
Expand Down Expand Up @@ -63,7 +63,7 @@ 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
python-slugify==5.0.2
# via code-annotations
Expand All @@ -79,7 +79,8 @@ toml==0.10.2
# via
# pylint
# pytest
# pytest-cov
tomli==1.2.1
# via coverage
typing-extensions==3.10.0.2
# via
# astroid
Expand Down

0 comments on commit 02c70d4

Please sign in to comment.