Skip to content

Commit 27cb82c

Browse files
committed
bump some versions
1 parent 5058fed commit 27cb82c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

custom_components/pyscript/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config_flow": true,
55
"documentation": "https://github.com/custom-components/pyscript",
66
"issue_tracker": "https://github.com/custom-components/pyscript/issues",
7-
"requirements": ["croniter==1.3.4", "watchdog==2.1.6"],
7+
"requirements": ["croniter==1.3.8", "watchdog==2.1.6"],
88
"ssdp": [],
99
"zeroconf": [],
1010
"homekit": {},

tests/requirements_test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
coverage>=6.3.1
2-
croniter>=1.3.4
2+
croniter>=1.3.8
33
watchdog>=2.0.3
44
mock-open==1.4.0
5-
mypy>=0.790
6-
pre-commit>=2.8.2
5+
mypy>=0.991
6+
pre-commit>=2.21.0
77
pytest>=7.0.1
88
pytest-cov>=2.9.0
9-
pytest-homeassistant-custom-component==0.7.1
10-
pylint==2.6.0
9+
pytest-homeassistant-custom-component==0.11.26
10+
pylint>=2.15.0
1111
pylint-strict-informational>=0.1

0 commit comments

Comments
 (0)