chore(deps): bump the python-general group across 1 directory with 2 updates#129
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-general group across 1 directory with 2 updates#129dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the python-general group with 2 updates in the /tests directory: [docker](https://github.com/docker/docker-py) and [python-benedict](https://github.com/fabiocaccamo/python-benedict). Updates `docker` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](docker/docker-py@7.1.0...7.2.0) Updates `python-benedict` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/fabiocaccamo/python-benedict/releases) - [Changelog](https://github.com/fabiocaccamo/python-benedict/blob/main/CHANGELOG.md) - [Commits](fabiocaccamo/python-benedict@0.37.0...0.38.0) --- updated-dependencies: - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general - dependency-name: python-benedict dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/tests/python-general-28074fc9a5
branch
from
July 20, 2026 21:53
c7f8f2c to
8e2f5d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-general group with 2 updates in the /tests directory: docker and python-benedict.
Updates
dockerfrom 7.1.0 to 7.2.0Release notes
Sourced from docker's releases.
... (truncated)
Commits
5ad5327Merge pull request #3415 from vvoland/update-changelogd242230docs: 7.2.0 changelogba01cc7Merge pull request #3401 from ebriney/client-from-contextae5dfe9Merge pull request #3410 from vvoland/fix-flakyaa99999integration/swarm: Preserve rotated unlock key059d371Merge pull request #3407 from vvoland/fix-arm649b4b9b8gha: Add arm64 integration CI9e9f8ffSkip tests incompatible with host architecturee0542d9Merge pull request #3408 from vvoland/gha-pin578a11dgha: Pin to digestsUpdates
python-benedictfrom 0.37.0 to 0.38.0Release notes
Sourced from python-benedict's releases.
Changelog
Sourced from python-benedict's changelog.
Commits
a922d1aUpdateCHANGELOGand version.a87b689fix: handle non-string dict keys holding lists in keylists/keypaths (#583)1383959fix: anchor string patterns inmatch()to consume full keypath. (#579)c437b99Fix query-string: accept array/bracketed keys and trailing & (#586)f99b35aMerge branch 'main' of https://github.com/fabiocaccamo/python-benedict479caa1Reject empty keypaths separator. (#580)c987439Reject empty keypaths separator. (#580)c7c934fApply review fixes for keypaths separator handling (#585)f3bc063Address review comments on PR #578: catch OverflowError in _parse_int and fix...9120d48Bumppython-fsutil.