Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: upgrade pip-tools (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Zulqarnain authored Jun 16, 2021
1 parent c89ff39 commit 07b15ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

# TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file.

# See https://openedx.atlassian.net/browse/BOM-2247 for details.
pip-tools<6.0

# Pin to pylint version used in edx-lint
pylint==2.4.4

Expand Down
10 changes: 8 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
#
# make upgrade
#
click==7.1.2 # via pip-tools
pip-tools==5.5.0 # via -c requirements/constraints.txt, -r requirements/pip_tools.in
click==8.0.1
# via pip-tools
pep517==0.10.0
# via pip-tools
pip-tools==6.1.0
# via -r requirements/pip_tools.in
toml==0.10.2
# via pep517

# The following packages are considered to be unsafe in a requirements file:
# pip

0 comments on commit 07b15ef

Please sign in to comment.