From 08e1ddf6ca00531dd7fbb2f456555229d6ce84c1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 7 Apr 2023 13:07:36 +0200 Subject: [PATCH] chore(deps): update dependency pyinstaller to v5.9.0 (master) (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyinstaller](https://www.pyinstaller.org/) ([source](https://github.com/pyinstaller/pyinstaller)) | minor | `==5.7.0` -> `==5.9.0` | --- ### Release Notes
pyinstaller/pyinstaller ### [`v5.9.0`](https://github.com/pyinstaller/pyinstaller/releases/tag/v5.9.0) [Compare Source](https://github.com/pyinstaller/pyinstaller/compare/v5.8.0...v5.9.0) Please see the [v5.9.0 section of the changelog](https://pyinstaller.org/en/v5.9.0/CHANGES.html#id1) for a list of the changes since v5.8.0. ### [`v5.8.0`](https://github.com/pyinstaller/pyinstaller/releases/tag/v5.8.0) [Compare Source](https://github.com/pyinstaller/pyinstaller/compare/v5.7.0...v5.8.0) Please see the [v5.8.0 section of the changelog](https://pyinstaller.org/en/v5.8.0/CHANGES.html#id1) for a list of the changes since v5.7.0.
--- ### 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/11 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 6099376..64d41f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ urllib3==1.26.* # Dev dependancies auto-py-to-exe==2.26.0 -pyinstaller==5.7.0 \ No newline at end of file +pyinstaller==5.9.0 \ No newline at end of file