Skip to content

Commit

Permalink
Merge pull request #16 from edx/jenkins/upgrade-python-requirements-4…
Browse files Browse the repository at this point in the history
…9b38b9

Python Requirements Update
  • Loading branch information
sarina authored Jun 24, 2021
2 parents 49b38b9 + 42c85b2 commit 0aa3e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ click==8.0.1
# via pip-tools
pep517==0.10.0
# via pip-tools
pip-tools==6.1.0
pip-tools==6.2.0
# via -r requirements/pip_tools.in
toml==0.10.2
# via pep517
wheel==0.36.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fs==2.4.13
# via
# -r requirements/base.txt
# xblock
isort==5.8.0
isort==5.9.1
# via pylint
lazy-object-proxy==1.6.0
# via astroid
Expand Down

0 comments on commit 0aa3e21

Please sign in to comment.