Skip to content

Integrate reviewed dependency updates#25

Merged
gabeosx merged 12 commits into
mainfrom
codex/integrate-dependabot-prs
Jul 13, 2026
Merged

Integrate reviewed dependency updates#25
gabeosx merged 12 commits into
mainfrom
codex/integrate-dependabot-prs

Conversation

@gabeosx

@gabeosx gabeosx commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Integrates the six reviewed Dependabot PRs together while preserving each original PR head in the merge graph:

The individual PRs overlap in pyproject.toml, so this branch resolves those mechanical merge conflicts while retaining all intended version floors.

Validation performed on the exact final Git tree:

  • Ruff formatting and lint
  • Python compilation
  • strict mypy 2.3
  • 111 offline tests passed, 1 opt-in live test skipped
  • 78.64% coverage
  • source distribution and wheel builds
  • Hermes Agent 0.18.2 wheel install, plugin discovery, setup, TinyFish search/extract selection, and doctor checks
  • every original PR individually passed CI and Dependency Review

No release or tag is included.

dependabot Bot and others added 12 commits July 13, 2026 03:25
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.0...1.5.1)

---
updated-dependencies:
- dependency-name: build
  dependency-version: 1.5.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-version: 0.28.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v2.2.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 2.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...9.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@gabeosx gabeosx enabled auto-merge July 13, 2026 12:11
@gabeosx gabeosx merged commit 16fa31b into main Jul 13, 2026
6 checks passed
@gabeosx gabeosx deleted the codex/integrate-dependabot-prs branch July 13, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant