Skip to content

deps(dependabot): bump the all-dependencies group across 1 directory with 2 updates#8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/all-dependencies-ea732ca1ef
Closed

deps(dependabot): bump the all-dependencies group across 1 directory with 2 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/all-dependencies-ea732ca1ef

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Copy link
Copy Markdown

Updates the requirements on utilotest and wheel to permit the latest version.
Updates utilotest to 1.0.4

Release notes

Sourced from utilotest's releases.

v1.0.4 (2026-05-05)

This release is published under the MIT License.

Bug Fixes

  • select: Do not fail on invalid resource (dfba774)

Chores

  • license: Add missing LICENSE (001ec02)

Detailed Changes: v1.0.3...v1.0.4

Changelog

Sourced from utilotest's changelog.

v1.0.4 (2026-05-05)

Bug Fixes

  • select: Do not fail on invalid resource (dfba774)

Chores

  • license: Add missing LICENSE (001ec02)

v1.0.3 (2026-05-04)

Bug Fixes

  • install: Make install command setup.py independent (eaa2e67)

v1.0.2 (2026-05-01)

Chores

  • test: Run tests on every branch (5711cc3)

Refactoring

  • power: Rename to hoverpower (0266fb3)

  • project: Replace power (2799590)

v1.0.1 (2026-04-14)

Chores

Code Style

  • linter: Solves linter warnings (62c05a3)

... (truncated)

Commits
  • fd1167a 1.0.4
  • adcd453 Merge pull request #7 from anaticulae/fix/make_non_run
  • 001ec02 chore(license): add missing LICENSE
  • dfba774 fix(select): do not fail on invalid resource
  • 41a12ed 1.0.3
  • eaa2e67 fix(install): make install command setup.py independent
  • ca0cc39 Merge pull request #4 from anaticulae/dependabot/pip/main/all-dependencies-6c...
  • 6bac2c2 deps(dependabot): bump the all-dependencies group across 1 directory with 6 u...
  • See full diff in compare view

Updates wheel to 0.47.0

Release notes

Sourced from wheel's releases.

0.47.0

  • Added the wheel info subcommand to display metadata about wheel files without unpacking them (#639)
  • Fixed WheelFile raising Missing RECORD file when the wheel filename contains uppercase characters (e.g. Django-3.2.5.whl) but the .dist-info directory inside uses normalized lowercase naming (#411)
Changelog

Sourced from wheel's changelog.

Release Notes

0.47.0 (2026-04-22)

  • Added the wheel info subcommand to display metadata about wheel files without unpacking them ([#639](https://github.com/pypa/wheel/issues/639) <https://github.com/pypa/wheel/issues/639>_)
  • Fixed WheelFile raising Missing RECORD file when the wheel filename contains uppercase characters (e.g. Django-3.2.5.whl) but the .dist-info directory inside uses normalized lowercase naming ([#411](https://github.com/pypa/wheel/issues/411) <https://github.com/pypa/wheel/issues/411>_)

0.46.3 (2026-01-22)

  • Fixed ImportError: cannot import name '_setuptools_logging' from 'wheel' when installed alongside an old version of setuptools and running the bdist_wheel command ([#676](https://github.com/pypa/wheel/issues/676) <https://github.com/pypa/wheel/issues/676>_)

0.46.2 (2026-01-22)

  • Restored the bdist_wheel command for compatibility with setuptools older than v70.1
  • Importing wheel.bdist_wheel now emits a FutureWarning instead of a DeprecationWarning
  • Fixed wheel unpack potentially altering the permissions of files outside of the destination tree with maliciously crafted wheels (CVE-2026-24049)

0.46.1 (2025-04-08)

  • Temporarily restored the wheel.macosx_libfile module ([#659](https://github.com/pypa/wheel/issues/659) <https://github.com/pypa/wheel/issues/659>_)

0.46.0 (2025-04-03)

  • Dropped support for Python 3.8
  • Removed the bdist_wheel setuptools command implementation and entry point. The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel, emitting a deprecation warning on import.
  • Removed vendored packaging in favor of a run-time dependency on it
  • Made the wheel.metadata module private (with a deprecation warning if it's imported
  • Made the wheel.cli package private (no deprecation warning)
  • Fixed an exception when calling the convert command with an empty description field

0.45.1 (2024-11-23)

  • Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name

... (truncated)

Commits
  • efd83a7 Created a new release
  • bb69216 Reordered the changelog entries
  • d5a1763 fix(wheelfile): resolve .dist-info path case-insensitively when reading wheel...
  • 5718957 [pre-commit.ci] pre-commit autoupdate (#685)
  • 6258068 chore: log_level is better than log_cli_level (#684)
  • 2975deb Require tox >= 4.22
  • 47674ba chore: add check-sdist to checks (#681)
  • 56223f6 __package____spec__.parent (#679)
  • 0ce509e Added the wheel info subcommand (#669)
  • 39039c0 Improved the index page
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/main/all-dependencies-ea732ca1ef branch from 31ab270 to 0272007 Compare June 2, 2026 09:03
…with 2 updates

Updates the requirements on [utilotest](https://github.com/anaticulae/utilotest) and [wheel](https://github.com/pypa/wheel) to permit the latest version.

Updates `utilotest` to 1.0.4
- [Release notes](https://github.com/anaticulae/utilotest/releases)
- [Changelog](https://github.com/anaticulae/utilotest/blob/main/CHANGELOG)
- [Commits](anaticulae/utilotest@v1.0.2...v1.0.4)

Updates `wheel` to 0.47.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.46.3...0.47.0)

---
updated-dependencies:
- dependency-name: utilotest
  dependency-version: 1.0.4
  dependency-type: direct:development
  dependency-group: all-dependencies
- dependency-name: wheel
  dependency-version: 0.47.0
  dependency-type: direct:development
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/main/all-dependencies-ea732ca1ef branch from 0272007 to 2e463ce Compare June 10, 2026 01:43
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 8, 2026
@dependabot dependabot Bot deleted the dependabot/pip/main/all-dependencies-ea732ca1ef branch July 8, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants