Skip to content

Commit 4dfb6e4

Browse files
authored
Bump cronsim to 2.7 (#155648)
1 parent 09d78ab commit 4dfb6e4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

homeassistant/components/backup/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"integration_type": "service",
99
"iot_class": "calculated",
1010
"quality_scale": "internal",
11-
"requirements": ["cronsim==2.6", "securetar==2025.2.1"],
11+
"requirements": ["cronsim==2.7", "securetar==2025.2.1"],
1212
"single_config_entry": true
1313
}

homeassistant/components/utility_meter/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"integration_type": "helper",
88
"iot_class": "local_push",
99
"quality_scale": "internal",
10-
"requirements": ["cronsim==2.6"]
10+
"requirements": ["cronsim==2.7"]
1111
}

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bluetooth-data-tools==1.28.4
2828
cached-ipaddress==1.0.1
2929
certifi>=2021.5.30
3030
ciso8601==2.3.3
31-
cronsim==2.6
31+
cronsim==2.7
3232
cryptography==46.0.2
3333
dbus-fast==2.44.5
3434
file-read-backwards==2.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"bcrypt==5.0.0",
4545
"certifi>=2021.5.30",
4646
"ciso8601==2.3.3",
47-
"cronsim==2.6",
47+
"cronsim==2.7",
4848
"fnv-hash-fast==1.6.0",
4949
# hass-nabucasa is imported by helpers which don't depend on the cloud
5050
# integration

requirements.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)