Skip to content

Commit

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

# Version 4.0.0 dropped support for Django < 2.0.1
django-model-utils<4.0.0

# See https://openedx.atlassian.net/browse/BOM-2247 for details.
pip-tools==5.3.0
9 changes: 6 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#
# make upgrade
#
click==7.0 # via pip-tools
pip-tools==4.3.0
six==1.13.0 # via pip-tools
click==7.1.2 # via pip-tools
pip-tools==5.3.0 # via -c requirements/constraints.txt, -r requirements/pip-tools.in
six==1.15.0 # via pip-tools

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

0 comments on commit 8a640d4

Please sign in to comment.