Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/all-dependencies-49fc4f7c91
Open

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on utilo, resinf, pytest, selenium, hoverpower and setuptools to permit the latest version.
Updates utilo to 2.109.0

Release notes

Sourced from utilo's releases.

v2.109.0 (2026-06-04)

This release is published under the MIT License.

Features

  • path: Add parameter to normpath to improve display/logging (6cf5541)

Detailed Changes: v2.108.0...v2.109.0

Changelog

Sourced from utilo's changelog.

v2.109.0 (2026-06-04)

Features

  • path: Add parameter to normpath to improve display/logging (6cf5541)

v2.108.0 (2026-06-02)

Bug Fixes

  • cli: Make pattern more robust (55c35e9)

  • string: Revert c6aac1d94161096b927bf189ba4a1d0e5211f0a1 (87c4d9d)

Code Style

  • github: Format code (8d9245d)

  • string: Remove unused import (3d266cb)

Documentation

  • collection: Extend interface documentation (1fe2440)

Features

  • file: Add base parameter to ease file creation (3669a9b)

Refactoring

  • test: Move to separate method (3e4d674)

  • test: Simplify code (d8e8736)

Testing

  • feature: Ease code style (7eb38ae)

  • feature: Simplify code

... (truncated)

Commits
  • 13129c6 2.109.0
  • 6cf5541 feat(path): add parameter to normpath to improve display/logging
  • 2ec4e6f 2.108.0
  • 1d326d0 test(feature): simplify code
  • 74e761c test(feature): simplify code
  • 55c35e9 fix(cli): make pattern more robust
  • d8e8736 refactor(test): simplify code
  • 9d941c3 test(refactor): replace with utilo code
  • 3e4d674 refactor(test): move to separate method
  • 7eb38ae test(feature): ease code style
  • Additional commits viewable in compare view

Updates resinf to 1.0.4

Release notes

Sourced from resinf's releases.

v1.0.4 (2026-05-03)

This release is published under the MIT License.

Chores

  • github: Adjust docker workflow (53fd02c)

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

Changelog

Sourced from resinf's changelog.

v1.0.4 (2026-05-03)

Chores

  • github: Adjust docker workflow (53fd02c)

v1.0.3 (2026-05-03)

Chores

  • make: Add decryption step (694e12f)

  • resources: Upgrade resources (052f0e1)

Refactoring

  • path: Use new path package (8393833)

Testing

v1.0.2 (2026-04-13)

Chores

v1.0.1 (2026-04-13)

Chores

v1.0.0 (2026-04-13)

Chores

  • github: Add .github

... (truncated)

Commits
  • 6c95afb 1.0.4
  • fd4972d Merge pull request #5 from anaticulae/chore/fix_github
  • 53fd02c chore(github): adjust docker workflow
  • a74cbfe 1.0.3
  • 007c00c Merge pull request #3 from anaticulae/chore/enable_power
  • 694e12f chore(make): add decryption step
  • 8393833 refactor(path): use new path package
  • 6c5d629 test(docs): enable tests
  • 052f0e1 chore(resources): upgrade resources
  • See full diff in compare view

Updates pytest to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.
Commits
  • cf470ec Prepare release version 9.1.1
  • e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...
  • 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...
  • 501c4bc Merge pull request #14596 from bluetech/doc-classmethod
  • b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir
  • 9a567e0 [automated] Update plugin list (#14617) (#14618)
  • ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...
  • 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup
  • 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...
  • 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing
  • Additional commits viewable in compare view

Updates selenium from 4.43.0 to 4.45.0

Release notes

Sourced from selenium's releases.

Selenium 4.45.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • cd6a3cd [build] Prepare for release of selenium-4.45.0 (#17680)
  • 15fad06 [build] Automated Browser Version Update (#17679)
  • cb9b6fd [grid] Add support Redis-backed for SessionQueue (#17678)
  • 18bb1d9 [py] terminate driver service process when start() fails to connect (#17651)
  • b3164ef [grid] add HtmlUnit browser logo to Grid UI (#17656)
  • bb741bd [build] Automated Browser Version Update (#17658)
  • 887237c [py] translate continue_request/continue_response kwargs to BiDi wire format ...
  • f53de51 [rb] run minimize test on linux now that #17644 fixed fluxbox startup
  • 3f37cce [rb] set window state before each window test instead of resetting driver
  • 2bfb990 [rb] skip Safari double_click action tests
  • Additional commits viewable in compare view

Updates hoverpower to 1.5.1

Release notes

Sourced from hoverpower's releases.

v1.5.1 (2026-07-01)

This release is published under the MIT License.

Bug Fixes

  • release: Do not run release on release tag (6c59c24)

Detailed Changes: v1.5.0...v1.5.1

Changelog

Sourced from hoverpower's changelog.

v1.5.1 (2026-07-01)

Bug Fixes

  • release: Do not run release on release tag (6c59c24)

v1.5.0 (2026-07-01)

Bug Fixes

  • secret: Adjust secret file name (f9218ff)

  • tmp: Adjust tmp path (2c515d7)

Features

  • cli: Add cli to compress pdf resources (83328f0)

  • decrypt: Add parameter to overwrite existing file (19b3336)

v1.4.3 (2026-06-20)

Chores

  • deps: Bump actions/checkout from 4 to 7 (d4a8a88)

v1.4.2 (2026-06-06)

Bug Fixes

  • path: Determine pyproject correctly (dd02aa9)

  • path: If not defined, debug info is fine (30bd3c6)

v1.4.1 (2026-06-04)

Bug Fixes

... (truncated)

Commits
  • ace56ec 1.5.1
  • 71a21d5 Merge pull request #19 from anaticulae/chore/adjust-release
  • 6c59c24 fix(release): do not run release on release tag
  • 763e2ba 1.5.0
  • d2a143f Merge pull request #18 from anaticulae/feat/add-pdf-compressor
  • 2c515d7 fix(tmp): adjust tmp path
  • 83328f0 feat(cli): add cli to compress pdf resources
  • f9218ff fix(secret): adjust secret file name
  • 19b3336 feat(decrypt): add parameter to overwrite existing file
  • db2f0cd 1.4.3
  • Additional commits viewable in compare view

Updates setuptools to 83.0.0

Changelog

Sourced from setuptools's changelog.

v83.0.0

Features

  • Require Python 3.10 or later.

Bugfixes

  • MANIFEST.in matching (via FileList) is now insensitive to Unicode normalization form. A pattern authored in one form (e.g. NFC, as typically saved by editors) now matches a file whose name is stored on disk in another (e.g. NFD, as produced by macOS APFS/HFS+). Previously an exclude, global-exclude, recursive-exclude, or prune rule could silently fail to drop a non-ASCII-named file from the source distribution, publishing it despite the exclusion -- see GHSA-h35f-9h28-mq5c.

Deprecations and Removals

  • pypa/distutils#334

v82.0.1

Bugfixes

  • Fix the loading of launcher manifest.xml file. (#5047)
  • Replaced deprecated json.__version__ with fixture in tests. (#5186)

Improved Documentation

  • Add advice about how to improve predictability when installing sdists. (#5168)

Misc

v82.0.0

... (truncated)

Commits
  • 6519f72 Bump version: 82.0.1 → 83.0.0
  • d1151b1 Merge pull request #5250 from pypa/feature/distutils-d7633fbed
  • a2df31e Capture removal of dry_run parameter in changelog.
  • 00144dc Moved newsfragment to the release where it occurred.
  • a4a5a2b Add news fragment.
  • 77470c2 Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed
  • 3c43897 Merge pull request #5247 from pypa/copilot/fix-pypy-version-issue
  • bb6ea66 Bump PyPy from 3.10 to 3.11 in CI workflow
  • a2bc3ac Fix broken intersphinx reference to build's installation docs
  • 2d6a739 Use stacked parametrize decorators instead of itertools.product
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…with 6 updates

Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [resinf](https://github.com/anaticulae/resinf), [pytest](https://github.com/pytest-dev/pytest), [selenium](https://github.com/SeleniumHQ/Selenium), [hoverpower](https://github.com/anaticulae/hoverpower) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `utilo` to 2.109.0
- [Release notes](https://github.com/anaticulae/utilo/releases)
- [Changelog](https://github.com/anaticulae/utilo/blob/main/CHANGELOG)
- [Commits](anaticulae/utilo@v2.107.4...v2.109.0)

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

Updates `pytest` to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

Updates `selenium` from 4.43.0 to 4.45.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.43.0...selenium-4.45.0)

Updates `hoverpower` to 1.5.1
- [Release notes](https://github.com/anaticulae/hoverpower/releases)
- [Changelog](https://github.com/anaticulae/hoverpower/blob/main/CHANGELOG)
- [Commits](anaticulae/hoverpower@v1.1.0...v1.5.1)

Updates `setuptools` to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v82.0.1...v83.0.0)

---
updated-dependencies:
- dependency-name: utilo
  dependency-version: 2.109.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: resinf
  dependency-version: 1.0.4
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: selenium
  dependency-version: 4.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: hoverpower
  dependency-version: 1.5.1
  dependency-type: direct:development
  dependency-group: all-dependencies
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: direct:development
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 6, 2026
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