From 14e5572f58ae908f666443c9a18d5d3ee1fa328f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:43:39 +0000 Subject: [PATCH] Bump pysimplegui from 4.60.4 to 5.0.3 Bumps [pysimplegui](https://github.com/PySimpleGUI/PySimpleGUI) from 4.60.4 to 5.0.3. - [Changelog](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/development_build_changelog.txt) - [Commits](https://github.com/PySimpleGUI/PySimpleGUI/commits) --- updated-dependencies: - dependency-name: pysimplegui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 253e906..ec44afa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ PyYAML==6.0.1 dataclasses==0.8; python_version < '3.7' setuptools~=69.2.0 pandas -PySimpleGUI==4.60.4 \ No newline at end of file +PySimpleGUI==5.0.3 \ No newline at end of file