From a0743a4a1424d16f0dc79df59c2a60a12579683d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:18:26 +0000 Subject: [PATCH] Bump pyinstaller from 3.2.1 to 3.6 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.2.1 to 3.6. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.2.1...v3.6) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 382d78b..06c5088 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyinstaller==3.2.1 +pyinstaller==3.6 pymongo==3.9.0 pytest==3.0.6 urwid==1.3.1