Skip to content

Commit

Permalink
Upgrade pyasn1 to 0.2.1 (home-assistant#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Feb 5, 2017
1 parent 82c99f8 commit d88c903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/xmpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

REQUIREMENTS = ['sleekxmpp==1.3.1',
'dnspython3==1.15.0',
'pyasn1==0.1.9',
'pyasn1==0.2.1',
'pyasn1-modules==0.0.8']

_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ pyRFXtrx==0.16.1
pyasn1-modules==0.0.8

# homeassistant.components.notify.xmpp
pyasn1==0.1.9
pyasn1==0.2.1

# homeassistant.components.device_tracker.bbox
# homeassistant.components.sensor.bbox
Expand Down

0 comments on commit d88c903

Please sign in to comment.