diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e57bf72..d85a2c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: run: | set PATH=%cd%\python;%PATH% python -m pip install "ltchiptool-terminal>=1.3.0" || exit /b - python -m pip install "upk2esphome>=1.7.0" || exit /b + python -m pip install "upk2esphome>=1.8.0" || exit /b - name: Build GUI with PyInstaller shell: cmd diff --git a/pyproject.toml b/pyproject.toml index 9ed7cd4..462889d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,15 +21,16 @@ click = "^8.1.3" colorama = "^0.4.5" importlib-metadata = "*" prettytable = "^3.3.0" -bk7231tools = "^1.4.0" +bk7231tools = "^1.5.1" xmodem = "^0.4.6" wxPython = {version = "^4.2.0", optional = true} -pywin32 = {version = "^305", optional = true, markers = "sys_platform == 'win32'"} -py-datastruct = "^0.4.0" +pywin32 = {version = "*", optional = true, markers = "sys_platform == 'win32'"} +py-datastruct = "^1.0.0" semantic-version = "^2.10.0" hexdump = "^3.3" bitstruct = "^8.1.1" zeroconf = "^0" +requests = "^2.31.0" [tool.poetry.dependencies.pycryptodomex] version = "^3.9.9"