Fix dependency update issues

This commit is contained in:
Florian Bruhin 2025-12-08 10:53:13 +01:00
parent 3f9ef123e7
commit c32b7d4b60
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import datetime
from typing import NoReturn from typing import NoReturn
try: try:
import tkinter import tkinter
import tkinter.messagebox
except ImportError: except ImportError:
tkinter = None # type: ignore[assignment] tkinter = None # type: ignore[assignment]

View File

@ -23,6 +23,7 @@
"Mako": "https://docs.makotemplates.org/en/latest/changelog.html", "Mako": "https://docs.makotemplates.org/en/latest/changelog.html",
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html", "hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
"mypy": "https://github.com/python/mypy/blob/master/CHANGELOG.md", "mypy": "https://github.com/python/mypy/blob/master/CHANGELOG.md",
"librt": "https://github.com/mypyc/librt/commits/master/",
"types-PyYAML": "https://github.com/python/typeshed/commits/main/stubs/PyYAML", "types-PyYAML": "https://github.com/python/typeshed/commits/main/stubs/PyYAML",
"types-colorama": "https://github.com/python/typeshed/commits/main/stubs/colorama", "types-colorama": "https://github.com/python/typeshed/commits/main/stubs/colorama",
"types-docutils": "https://github.com/python/typeshed/commits/main/stubs/docutils", "types-docutils": "https://github.com/python/typeshed/commits/main/stubs/docutils",