From 0563838af02e5b059fbac600c98db60f945ad795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:25:50 +0100 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 3 updates (#344) Bumps the dependencies group with 3 updates in the /misc/qt-updater directory: [packaging](https://github.com/pypa/packaging), [ruff](https://github.com/astral-sh/ruff) and [wheel](https://github.com/pypa/wheel). Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.1...24.2) Updates `ruff` from 0.7.1 to 0.7.4 - [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.7.1...0.7.4) Updates `wheel` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.0) --- updated-dependencies: - dependency-name: packaging 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 - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dcf0177..807305a 100644 --- a/misc/qt-updater/requirements.txt +++ b/misc/qt-updater/requirements.txt @@ -18,7 +18,7 @@ mypy==1.13.0 # via qt-updater (pyproject.toml) mypy-extensions==1.0.0 # via mypy -packaging==24.1 +packaging==24.2 # via build pip-tools==7.4.1 # via qt-updater (pyproject.toml) @@ -32,7 +32,7 @@ ruamel-yaml==0.18.6 # via qt-updater (pyproject.toml) ruamel-yaml-clib==0.2.12 # via ruamel-yaml -ruff==0.7.1 +ruff==0.7.4 # via qt-updater (pyproject.toml) types-requests==2.32.0.20241016 # via qt-updater (pyproject.toml) @@ -42,7 +42,7 @@ urllib3==2.2.3 # via # requests # types-requests -wheel==0.44.0 +wheel==0.45.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: