From 138e34bf7ba70f94516ddf599cd5ff2f6dd551b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:47:28 -0600 Subject: [PATCH] Bump pyinstaller from 5.8.0 to 5.10.1 (#15071) Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.8.0 to 5.10.1. - [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.8.0...v5.10.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf96ae2782d69..7881d4f2d22c0 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ dev_dependencies = [ "black==23.3.0", "aiohttp_cors", # For blackd "ipython", # For asyncio debugging - "pyinstaller==5.8.0", + "pyinstaller==5.10.1", "types-aiofiles", "types-cryptography", "types-pkg_resources",