Skip to content

chore(deps): bump the development group across 1 directory with 4 updates - #251

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/development-2f4d3e7a00
Aug 12, 2026
Merged

chore(deps): bump the development group across 1 directory with 4 updates#251
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/development-2f4d3e7a00

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the development group with 4 updates in the / directory: diff-cover, ruff, strands-agents-evals and litellm.

Updates diff-cover from 10.4.1 to 10.5.0

Release notes

Sourced from diff-cover's releases.

Version 10.5.0

What's Changed

New Contributors

Full Changelog: Bachmann1234/diff_cover@v10.4.2...v10.5.0

Version 10.4.2

What's Changed

New Contributors

Dependencies

Full Changelog: Bachmann1234/diff_cover@v10.4.1...v10.4.2

Changelog

Sourced from diff-cover's changelog.

8/08/2026 v10.5.0

8/06/2026 v10.4.2

7/23/2026 v10.4.1

7/21/2026 v10.4.0

  • Add --branch-coverage flag to diff-cover to treat partially covered branches in Cobertura XML reports as uncovered PR 608 Thanks @​mofr

05/30/2026 v10.3.0

  • Add --show-covered flag to highlight covered diff lines in HTML report PR 600 Thanks @​duxiaocheng

  • Update readme with cli flags PR 601 Thanks me

05/23/2026 v10.2.1

01/08/2026 v10.2.0

12/30/2025 v10.1.0

  • Add support for floating-point total percentage in reports PR 565 thanks @​tilaven

12/09/2025 v10.0.0

  • Remove python 3.9 support
  • Add python 3.14 support
  • Normalize exlude/include in pyproject.toml to support string or list

11/10/2025 v9.7.2

09/25/2025 v9.7.1

... (truncated)

Commits
  • e34eec3 Version 10.5.0
  • 5fc9e82 Support PHPUnit clover reports (silently reported as zero coverage) (#617)
  • f6a43b7 Version 10.4.2
  • 3fdbf40 fix(plugins): accept reports/options in diff_cover_report_quality hookspec (#...
  • 4c44508 fix(config): honor format option from config file (#612)
  • b490adc Bump actions/setup-python from 6 to 7 (#614)
  • 19da277 Bump ruff from 0.15.20 to 0.16.0 (#615)
  • 8f80569 Bump github/codeql-action from 4 to 4.37.3 (#616)
  • See full diff in compare view

Updates ruff from 0.16.1 to 0.16.2

Release notes

Sourced from ruff's releases.

0.16.2

Release Notes

Released on 2026-08-06.

Bug fixes

  • [flake8-pyi] Avoid false positives on singledispatch functions (PYI041) (#27335)

Server

  • Register formatting capabilities dynamically to exclude TOML files (#27332)

Contributors

Install ruff 0.16.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-installer.ps1 | iex"

Download ruff 0.16.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.2

Released on 2026-08-06.

Bug fixes

  • [flake8-pyi] Avoid false positives on singledispatch functions (PYI041) (#27335)

Server

  • Register formatting capabilities dynamically to exclude TOML files (#27332)

Contributors

Commits
  • 5b48a04 Bump 0.16.2 (#27555)
  • 1b9e5fc Update Swatinem/rust-cache action to v2.9.2 (#27568)
  • c4e86fc [ty] Add helper extension methods for half-range and equality constraints (#2...
  • 17a00de [ty] Reuse primer commands in memory reports (#27553)
  • 6ea296b [ty] Normalize type labels in structured docstrings (#26923)
  • 2fc445f [ty] Diagnose invalid getattr calls (#27502)
  • 22c7823 [ty] Enable (but downrank) auto-import completion suggestions from stub-only ...
  • 05160d5 [ty] Diagnose invalid descriptor __get__ calls (#27400)
  • baea3d0 [ty] Expose strict analysis options in the playground (#27543)
  • c88946e [ty] Bump ecosystem-analyzer for strict project settings (#27542)
  • Additional commits viewable in compare view

Updates strands-agents-evals from 1.0.3 to 1.1.0

Release notes

Sourced from strands-agents-evals's releases.

v1.1.0

Auto-drafted from commits in v1.0.3..v1.1.0, grouped by conventional-commit type. Edit on the release page after publish if you want a polished writeup; the canonical release notes live on the website.

🚀 Features

  • feat: add integration tests for ADK mapper (#339) (5b91a80)
  • feat: add ADK mapper (#326) (0bf1252)
  • feat(evaluators): allow custom tools on judge-based evaluators (Trajectory, Output, Multimodal) (#324) (c5461d0)

🐛 Fixes

  • fix(redteam): reset target session between PAIR/SequentialBreak iterations (#292) (21d3f73)
  • fix(test): update ADK multi-agent integ test for single-trace design (#352) (cf78be1)
  • fix: scope tools to owning agent in multi-agent traces (#336) (234eae6)
  • fix: include prior tool results in session_history for tool-level evaluators (#338) (cc0a391)

👷 CI

  • ci: update ruff requirement from <0.16.0,>=0.13.0 to >=0.13.0,<0.17.0 (#327) (0d23f47)
Commits
  • 21d3f73 fix(redteam): reset target session between PAIR/SequentialBreak iterations (#...
  • cf78be1 fix(test): update ADK multi-agent integ test for single-trace design (#352)
  • 234eae6 fix: scope tools to owning agent in multi-agent traces (#336)
  • 5b91a80 feat: add integration tests for ADK mapper (#339)
  • cc0a391 fix: include prior tool results in session_history for tool-level evaluators ...
  • 0bf1252 feat: add ADK mapper (#326)
  • c5461d0 feat(evaluators): allow custom tools on judge-based evaluators (Trajectory, O...
  • 0d23f47 ci: update ruff requirement from <0.16.0,>=0.13.0 to >=0.13.0,<0.17.0 (#327)
  • See full diff in compare view

Updates litellm from 1.88.5 to 1.88.6

Release notes

Sourced from litellm's releases.

v1.88.6

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in commit 0112e53.

Verify using the pinned commit hash (recommended):

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.88.6

Verify using the release tag (convenience):

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.88.6/cosign.pub \
  ghcr.io/berriai/litellm:v1.88.6

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed

Full Changelog: BerriAI/litellm@v1.88.5...v1.88.6

Commits
  • b504a0e Merge pull request #36314 from BerriAI/litellm_backport_1_88_x_bp-188x-0807sec
  • e96c272 fix(deps): raise aiohttp floor to 3.14.2 to clear pooled-connection timeouts
  • eadbcc7 build(deps): update ddtrace to the 4.x line
  • 49ea7fa chore(deps): bump setuptools to 83.0.0
  • ba818e2 chore(deps): bump langgraph-checkpoint to 4.1.1
  • 262448e chore(deps): bump h2 to 4.4.1
  • 5af1b16 chore(deps): bump langsmith to 0.8.18
  • 51f17d7 chore(deps): bump httplib2 to 0.32.0
  • f9b2839 chore(deps): bump soupsieve to 2.8.4
  • d3317f2 chore(deps): bump gitpython to 3.1.58
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 12, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 12, 2026 03:45
@github-actions

Copy link
Copy Markdown

MCP Security Scan

Scanned 46 tools — analyzer: yara

Analyzer Safe Low Medium High Unknown
yara_analyzer 46 0 0 0 0

…ates

Bumps the development group with 4 updates in the / directory: [diff-cover](https://github.com/Bachmann1234/diff-cover), [ruff](https://github.com/astral-sh/ruff), [strands-agents-evals](https://github.com/strands-agents/evals) and [litellm](https://github.com/BerriAI/litellm).


Updates `diff-cover` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/Bachmann1234/diff-cover/releases)
- [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG)
- [Commits](Bachmann1234/diff_cover@v10.4.1...v10.5.0)

Updates `ruff` from 0.16.1 to 0.16.2
- [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.16.1...0.16.2)

Updates `strands-agents-evals` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/strands-agents/evals/releases)
- [Commits](strands-agents/evals@v1.0.3...v1.1.0)

Updates `litellm` from 1.88.5 to 1.88.6
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.88.5...v1.88.6)

---
updated-dependencies:
- dependency-name: diff-cover
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: litellm
  dependency-version: 1.88.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: ruff
  dependency-version: 0.16.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: strands-agents-evals
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the development group with 4 updates chore(deps): bump the development group across 1 directory with 4 updates Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/development-2f4d3e7a00 branch from 96902bf to cc34353 Compare August 12, 2026 03:49
@github-actions
github-actions Bot merged commit 5abb94f into main Aug 12, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/development-2f4d3e7a00 branch August 12, 2026 03:50
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants