From 84b3633422b09bbc23f207ccc2ec60aec73a5934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:08:25 +0000 Subject: [PATCH] Bump pyqt6 from 6.7.1 to 6.8.0 Bumps [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) from 6.7.1 to 6.8.0. --- updated-dependencies: - dependency-name: pyqt6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 321e1d4..5bd5d76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ validators==0.34.0 tqdm==4.67.1 ipwhois==1.3.0 fake_useragent -PyQt6==6.7.1 +PyQt6==6.8.0 dnspython>=2.6.1 # not directly required, pinned by Snyk to avoid a vulnerability aiohttp-socks==0.8.4 python-socks[asyncio]>=2.4.3