Skip to content

Commit

Permalink
Update dependency six to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2020
1 parent bb7e8ad commit 6332002
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==1.15.0",
]

test_requires = [
Expand Down

0 comments on commit 6332002

Please sign in to comment.