From c7f347a0f265b8e9b342cde00a9c5b7d5692d6aa Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 7 Apr 2023 13:31:24 +0200 Subject: [PATCH] chore(deps): update dependency auto-py-to-exe to v2.33.0 (master) (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe) | minor | `==2.26.0` -> `==2.33.0` | --- ### Release Notes
brentvollebregt/auto-py-to-exe ### [`v2.33.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2330) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.32.0...v2.33.0) ???? Enhancements - Support more versions of Eel ### [`v2.32.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2320) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.31.1...v2.32.0) ???? Enhancements - [#​373](https://github.com/brentvollebregt/auto-py-to-exe/pull/373): Added Finnish translations ???? Contributors - [ZapX5](https://github.com/ZapX5) ### [`v2.31.1`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2311) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.31.0...v2.31.1) ???? Bug Fixes - Corrected Polish translations ???? Contributors - [Akuczaku](https://github.com/Akuczaku) (through email) ### [`v2.31.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2310) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.30.0...v2.31.0) ???? Enhancements - Added Polish translations ???? Contributors - [Akuczaku](https://github.com/Akuczaku) (through email) ### [`v2.30.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2300) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.29.2...v2.30.0) ???? Enhancements - [#​344](https://github.com/brentvollebregt/auto-py-to-exe/issues/344): Highlight file/folder when viewing output in Windows - [#​365](https://github.com/brentvollebregt/auto-py-to-exe/pull/365): Update German translations ???? Contributors - [ackhh](https://github.com/ackhh) ### [`v2.29.2`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2292) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.29.1...v2.29.2) ???? Bug Fixes - Fixed --debug choices not rendering correctly ### [`v2.29.1`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2291) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.29.0...v2.29.1) ???? Bug Fixes - [#​364](https://github.com/brentvollebregt/auto-py-to-exe/issues/364): Fixed PyInstaller 5.8.0 not allowing the UI to load ### [`v2.29.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2290) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.28.0...v2.29.0) ???? Enhancements - [#​360](https://github.com/brentvollebregt/auto-py-to-exe/pull/360): Added Ukrainian translations ???? Contributors - [AndrejGorodnij](https://github.com/AndrejGorodnij) ### [`v2.28.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2280) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.27.0...v2.28.0) ???? Enhancements - Display a warning when an icon file is not a legitimate .ico file ### [`v2.27.0`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2270) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.26.1...v2.27.0) ???? Enhancements - [#​355](https://github.com/brentvollebregt/auto-py-to-exe/pull/355): Added Japanese translations ???? Bug Fixes - Fixed broken links for some translations ???? Contributors - [NattyanTV](https://github.com/nattyan-tv) ### [`v2.26.1`](https://github.com/brentvollebregt/auto-py-to-exe/blob/HEAD/CHANGELOG.md#​2261) [Compare Source](https://github.com/brentvollebregt/auto-py-to-exe/compare/v2.26.0...v2.26.1) ???? Bug Fixes - [#​346](https://github.com/brentvollebregt/auto-py-to-exe/pull/346): Fix Chinese translation error ???? Contributors - [Mark Melendez](https://github.com/Melendez1209)
--- ### Configuration ???? **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). ???? **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. ???? **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.endmove.eu/EndMove/WebPicDownloader/pulls/13 Co-authored-by: RenovateBot Co-committed-by: RenovateBot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59aa277..e33e783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ beautifulsoup4==4.12.* urllib3==1.26.* # Dev dependancies -auto-py-to-exe==2.26.0 +auto-py-to-exe==2.33.0 pyinstaller==5.9.0 \ No newline at end of file