Skip to content

Commit

Permalink
Merge pull request #81 from tj-django/renovate/six-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Sep 7, 2020
2 parents bb7e8ad + 88a1fc7 commit e18f0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
conditional==1.3 # via django-clone (setup.py)
future==0.18.2 # via django-clone (setup.py)
six==1.13.0 # via django-clone (setup.py)
six==1.15.0 # via django-clone (setup.py)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
install_requires = [
"future>=0.17.1",
"conditional>=1.3",
"six==1.13.0",
"six",
]

test_requires = [
Expand Down

0 comments on commit e18f0c0

Please sign in to comment.