From b1a31ac0bad8cebbc5f9d4c78963eb98593e0f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:07:21 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the /misc/qt-updater directory: [certifi](https://github.com/certifi/python-certifi), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `ruff` from 0.9.3 to 0.9.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.3...0.9.5) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- misc/qt-updater/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/qt-updater/requirements.txt b/misc/qt-updater/requirements.txt index 5aa834b..98e5060 100644 --- a/misc/qt-updater/requirements.txt +++ b/misc/qt-updater/requirements.txt @@ -6,7 +6,7 @@ # build==1.2.2.post1 # via pip-tools -certifi==2024.12.14 +certifi==2025.1.31 # via requests charset-normalizer==3.4.1 # via requests @@ -14,7 +14,7 @@ click==8.1.8 # via pip-tools idna==3.10 # via requests -mypy==1.14.1 +mypy==1.15.0 # via qt-updater (pyproject.toml) mypy-extensions==1.0.0 # via mypy @@ -32,7 +32,7 @@ ruamel-yaml==0.18.10 # via qt-updater (pyproject.toml) ruamel-yaml-clib==0.2.12 # via ruamel-yaml -ruff==0.9.3 +ruff==0.9.5 # via qt-updater (pyproject.toml) types-requests==2.32.0.20241016 # via qt-updater (pyproject.toml)