Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/jewish_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from homeassistant.helpers.entity import Entity
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['hdate==0.6.3']
REQUIREMENTS = ['hdate==0.6.4']

_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 @@ -445,7 +445,7 @@ hangups==0.4.5
hbmqtt==0.9.4

# homeassistant.components.sensor.jewish_calendar
hdate==0.6.3
hdate==0.6.4

# homeassistant.components.climate.heatmiser
heatmiserV3==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ hangups==0.4.5
hbmqtt==0.9.4

# homeassistant.components.sensor.jewish_calendar
hdate==0.6.3
hdate==0.6.4

# homeassistant.components.binary_sensor.workday
holidays==0.9.7
Expand Down