Skip to content

Commit

Permalink
python-slugify: use version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BKPepe committed Apr 11, 2019
1 parent 7e39e14 commit 9713b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jinja2>=2.10
PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
python-slugify==3.0.2
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jinja2>=2.10
PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
python-slugify==3.0.2
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# PyJWT has loose dependency. We want the latest one.
'cryptography==2.6.1',
'pip>=8.0.3',
'python-slugify==1.2.6',
'python-slugify==3.0.2',
'pytz>=2019.01',
'pyyaml>=3.13,<4',
'requests==2.21.0',
Expand Down

0 comments on commit 9713b50

Please sign in to comment.