dependabot[bot]
060bba4dce
Bump actions/upload-artifact from 4.3.0 to 4.3.1 ( #4875 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 08:59:06 +01:00
Mike Degatano
4c573991d2
Improve error handling when mounts fail ( #4872 )
2024-02-05 16:24:53 -05:00
Mike Degatano
7fd6dce55f
Migrate to Ruff for lint and format ( #4852 )
...
* Migrate to Ruff for lint and format
* Fix pylint issues
* DBus property sets into normal awaitable methods
* Fix tests relying on separate tasks in connect
* Fixes from feedback
2024-02-05 11:37:39 -05:00
dependabot[bot]
1861d756e9
Bump voluptuous from 0.14.1 to 0.14.2 ( #4874 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 08:49:14 +01:00
dependabot[bot]
c36c041f5e
Bump orjson from 3.9.12 to 3.9.13 ( #4873 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 08:45:23 +01:00
dependabot[bot]
c3d877bdd2
Bump cryptography from 42.0.1 to 42.0.2 ( #4860 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 11:11:50 +01:00
dependabot[bot]
1242030d4a
Bump codecov/codecov-action from 3.1.6 to 4.0.1 ( #4869 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:50:53 +01:00
dependabot[bot]
1626e74608
Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 ( #4868 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:50:38 +01:00
dependabot[bot]
b1b913777f
Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 ( #4864 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 08:53:35 +01:00
Stefan Agner
190894010c
Reset failed API call counter on successful API call ( #4862 )
...
* Reset failed API call counter on successful API call
Make sure to reset the failed API call counter after a successful
API call. While at it also update the log messages a bit to make it
clearer what the problem is exactly.
* Address pytest changes
2024.01.1
2024-01-31 11:41:21 -05:00
Stefan Agner
765265723c
Explicitly log when API requests timeout ( #4861 )
...
Currently a timeout leads to a log entry which simply states:
"Error on call http://172.30.32.1:8123/api/core/state : ". From this,
it is not immeaditly clear what the problem is. This commit adds
a log entry which explicitly states that the request timed out.
2024-01-31 10:17:24 -05:00
dependabot[bot]
7e20502379
Bump urllib3 from 2.1.0 to 2.2.0 ( #4859 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 10:13:34 -05:00
dependabot[bot]
366fc30e9d
Bump sentry-sdk from 1.39.2 to 1.40.0 ( #4858 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.39.2 to 1.40.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.39.2...1.40.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 10:11:11 -05:00
dependabot[bot]
aa91788a69
Bump codecov/codecov-action from 3.1.5 to 3.1.6 ( #4857 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 08:09:52 +01:00
J. Nick Koston
375789b019
Use orjson encoder for websocket messages ( #4854 )
...
I missed that these need to have dumps passed
2024-01-30 09:00:27 -05:00
Mike Degatano
140b769a42
Auto updates to new version delay for 24 hours ( #4838 )
2024-01-30 08:58:28 -05:00
Mike Degatano
88d718271d
Fix serialization issue adding error to job ( #4853 )
2024-01-30 12:21:02 +01:00
dependabot[bot]
6ed26cdd1f
Bump aiohttp from 3.9.2 to 3.9.3 ( #4855 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 21:36:01 -10:00
J. Nick Koston
d1851fa607
Significantly speed up creating backups with isal via zlib-fast ( #4843 )
2024-01-29 10:25:43 -10:00
dependabot[bot]
e846157c52
Bump aiohttp from 3.9.1 to 3.9.2 ( #4848 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.9.2 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 14:35:54 -05:00
dependabot[bot]
e190bb4c1a
Bump colorlog from 6.8.0 to 6.8.2 ( #4846 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 08:53:39 +01:00
dependabot[bot]
137fbe7acd
Bump coverage from 7.4.0 to 7.4.1 ( #4849 )
2024-01-29 08:28:43 +01:00
dependabot[bot]
9ccdb2ae3a
Bump cryptography from 41.0.7 to 42.0.1 ( #4837 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-28 20:54:01 +01:00
dependabot[bot]
f5f7515744
Bump codecov/codecov-action from 3.1.4 to 3.1.5 ( #4840 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-28 20:36:45 +01:00
Mike Degatano
ddadbec7e3
Addon devs can block auto update for breaking versions ( #4832 )
2024-01-26 08:08:03 +01:00
dependabot[bot]
d24543e103
Bump actions/upload-artifact from 4.2.0 to 4.3.0 ( #4835 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 08:29:27 +01:00
Mike Degatano
f80c4c9565
Fix bootstrap log typo ( #4833 )
2024-01-23 17:34:43 -10:00
Mike Degatano
480b383782
Add background option to backup APIs ( #4802 )
...
* Add background option to backup APIs
* Fix decorator tests
* Working error handling, initial test cases
* Change to schedule_job and always return job id
* Add tests
* Reorder call at/later args
* Validation errors return immediately in background
* None is invalid option for background
* Must pop the background option from body
2024.01.0
2024-01-22 12:09:15 -05:00
dependabot[bot]
d3efd4c24b
Bump orjson from 3.9.10 to 3.9.12 ( #4825 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 08:44:12 +01:00
dependabot[bot]
67a0acffa2
Bump actions/upload-artifact from 4.1.0 to 4.2.0 ( #4824 )
2024-01-19 07:38:07 +01:00
dependabot[bot]
41b07da399
Bump dbus-fast from 2.21.0 to 2.21.1 ( #4822 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 08:20:06 +01:00
dependabot[bot]
a6ce55d5b5
Bump actions/cache from 3.3.3 to 4.0.0 ( #4821 )
2024-01-17 07:24:40 +01:00
Stefan Agner
98c01fe1b3
Fix add-on rebuild with ingress ( #4819 )
2024-01-15 07:53:25 -10:00
dependabot[bot]
51df986222
Bump actions/upload-artifact from 4.0.0 to 4.1.0 ( #4818 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 09:15:27 +01:00
J. Nick Koston
9c625f93a5
Fix dirhash failing to import pkg_resources ( #4817 )
2024-01-14 11:20:35 +01:00
dependabot[bot]
7101d47e2e
Bump getsentry/action-release from 1.6.0 to 1.7.0 ( #4805 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-14 11:13:21 +01:00
J. Nick Koston
eb85be2770
Improve json performance by porting core orjson utils ( #4816 )
...
* Improve json performance by porting core orjson utils
* port relevant tests
* pylint
* add test for read_json_file
* add test for read_json_file
* remove workaround for core issue we do not have here
---------
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2024-01-13 19:19:01 +01:00
Mike Degatano
2da27937a5
Update python to 3.12 ( #4815 )
...
* Update python to 3.12
* Fix tests and deprecations
* Fix other references to 3.11
* build.json doesn't exist
2024-01-13 16:35:07 +01:00
dependabot[bot]
2a29b801a4
Bump jinja2 from 3.1.2 to 3.1.3 ( #4810 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:52:44 +01:00
dependabot[bot]
57e65714b0
Bump actions/download-artifact from 4.1.0 to 4.1.1 ( #4809 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:35:09 +01:00
dependabot[bot]
0ae40cb51c
Bump gitpython from 3.1.40 to 3.1.41 ( #4808 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:31:31 +01:00
dependabot[bot]
ddd195dfc6
Bump sentry-sdk from 1.39.1 to 1.39.2 ( #4811 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:29:34 +01:00
dependabot[bot]
54b9f23ec5
Bump actions/cache from 3.3.2 to 3.3.3 ( #4813 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:25:51 +01:00
dependabot[bot]
242dd3e626
Bump home-assistant/wheels from 2023.10.5 to 2024.01.0 ( #4804 )
2024-01-08 08:16:11 +01:00
dependabot[bot]
1b8acb5b60
Bump home-assistant/builder from 2023.12.0 to 2024.01.0 ( #4800 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 08:19:40 +01:00
dependabot[bot]
a7ab96ab12
Bump flake8 from 6.1.0 to 7.0.0 ( #4799 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 08:18:05 +01:00
dependabot[bot]
06ab11cf87
Bump attrs from 23.1.0 to 23.2.0 ( #4793 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 16:57:05 +01:00
dependabot[bot]
1410a1b06e
Bump pytest from 7.4.3 to 7.4.4 ( #4792 )
2024-01-01 14:55:37 +01:00
Mike Degatano
5baf19f7a3
Migrate to pyproject.toml where possible ( #4770 )
...
* Migrate to pyproject.toml where possible
* Share requirements and fix version import
* Fix issues with timezone in tests
2023-12-29 11:46:01 +01:00
Mike Degatano
6c66a7ba17
Improve error handling in backup restore ( #4791 )
2023-12-29 11:45:50 +01:00