fix: catch update notification exceptions (#1278)

* feat: add test for failing GitHub API call.

* fix: don't raise exceptions in get_most_recent_release_version.

* style: apply ruff.

* That not should not have been there.
This commit is contained in:
Sola-ris
2026-05-09 08:57:07 +02:00
committed by GitHub
parent cece7920a8
commit 7af7420167
6 changed files with 41 additions and 10 deletions

View File

@@ -46,6 +46,7 @@ pyinstaller = ["Pyinstaller~=6.13"]
pytest = [
"pytest==8.3.5",
"pytest-cov==6.1.1",
"pytest-mock==3.15.1",
"pytest-qt==4.4.0",
"syrupy==4.9.1",
]