From caa4f17c35654d8f7777919fe8d505bde61115cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:37:23 +0300 Subject: [PATCH] Update pyqt5 requirement from ~=5.15.10 to ~=5.15.11 in /fdml-gui (#34) Updates the requirements on [pyqt5](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version. --- updated-dependencies: - dependency-name: pyqt5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fdml-gui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdml-gui/requirements.txt b/fdml-gui/requirements.txt index 05deaa4..66eb95e 100644 --- a/fdml-gui/requirements.txt +++ b/fdml-gui/requirements.txt @@ -1,2 +1,2 @@ numpy~=2.0.1 -pyqt5~=5.15.10 +pyqt5~=5.15.11