From c71f901c44b2b2be0b1692b2fab7d826cae3e1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 10:57:18 +0000 Subject: [PATCH] chore(deps): bump the pip group with 2 updates Bumps the pip group with 2 updates: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pylint](https://github.com/pylint-dev/pylint). Updates `pyinstaller` from 6.14.2 to 6.15.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.14.2...v6.15.0) Updates `pylint` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v3.3.8) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 40e7d9e..4bda15f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ appdirs==1.4.4 black==25.1.0 configobj==5.0.9 pillow==11.3.0 -pyinstaller==6.14.2 -pylint==3.3.7 +pyinstaller==6.15.0 +pylint==3.3.8 pyside6==6.9.1 pytest==8.4.1 requests==2.32.4