Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates (#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](pypa/packaging@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](astral-sh/ruff@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](pypa/wheel@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent dacb6b9 commit 0563838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/qt-updater/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit 0563838

Please sign in to comment.