Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit 662af7f

Browse files
pinkywaferludeeus
authored andcommitted
bump pyupdate version (#140)
(once my pyupdate PR has merged) will allow pulling in resources for all components
1 parent f9d2460 commit 662af7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/custom_updater/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
_LOGGER = logging.getLogger(__name__)
2121

22-
REQUIREMENTS = ['pyupdate==1.3.6']
22+
REQUIREMENTS = ['pyupdate==1.4.0']
2323

2424
CONF_TRACK = 'track'
2525
CONF_HIDE_SENSOR = 'hide_sensor'

0 commit comments

Comments
 (0)