From 96b13907e280c2bfff1ecd5edb72170ed0adb563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:14:42 +0000 Subject: [PATCH] build(deps-dev): bump pyinstaller from 5.2 to 5.3 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.2 to 5.3. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.2...v5.3) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86dc3cb1..6f2b399f 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ setuptools.setup( "types_requests==2.28.1", ], "build": [ - "pyinstaller==5.2", + "pyinstaller==5.3", ], }, zip_safe=False,