Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #43

Merged
merged 1 commit into from
Oct 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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