From 5c99ce7072732bafaa6613f8e9f3abed9f519d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:06:50 +0000 Subject: [PATCH] Update pyqt5 requirement from ~=5.15.6 to ~=5.15.10 in /fdml-gui 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] --- 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 95a13aa..baf4b27 100644 --- a/fdml-gui/requirements.txt +++ b/fdml-gui/requirements.txt @@ -1,2 +1,2 @@ numpy~=1.22.0 -pyqt5~=5.15.6 +pyqt5~=5.15.10