Skip to content

chore(deps): update qodo-ai/pr-agent action to v0.44.0 - #299

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/qodo-ai-pr-agent-0.x
Aug 30, 2026
Merged

chore(deps): update qodo-ai/pr-agent action to v0.44.0#299
renovate[bot] merged 1 commit into
developfrom
renovate/qodo-ai-pr-agent-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
qodo-ai/pr-agent action minor v0.43.0v0.44.0

Release Notes

qodo-ai/pr-agent (qodo-ai/pr-agent)

v0.44.0

Compare Source

⚠️ Important Changes

  • GitHub App webhooks now require a configured secret (#​2595): get_body() no longer accepts unsigned webhooks — a deployment without GITHUB.WEBHOOK_SECRET set is rejected with HTTP 403 instead of trusting every caller. Set the secret on your GitHub App and in your config before upgrading. The same PR escapes attacker-controlled webhook fields that were interpolated into CLI command strings.
  • Dependency management migrated to uv (#​2509): requirements.txt, requirements-dev.txt, and the legacy setup.py are gone — dependencies now live in pyproject.toml with a committed uv.lock. Set up a dev environment with uv sync and run tools via uv run. Optional features are now extras (lambda, langchainuv sync --extra <name>) or a dependency group (similar-issueuv sync --group similar-issue), and Docker images install from the lockfile with uv sync --frozen. Installing from PyPI with pip install pr-agent still works.
  • Linting consolidated on Ruff (#​2880): flake8 and the standalone isort pre-commit hook were removed. Contributors should run uv run ruff check --fix on touched files before committing.
  • Dependency pins relaxed to patched ranges (#​2881): exact pins were loosened so downstream consumers can pick up security updates; LiteLLM was also upgraded to v1.98.0 (#​2794).

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

🧹 Maintenance

New Contributors

Full Changelog: The-PR-Agent/pr-agent@v0.43.0...v0.44.0


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 12:00 AM and 11:59 PM (* 0-23 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a5chin as a code owner August 30, 2026 22:32
@renovate renovate Bot added the renovate label Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/qodo-ai-pr-agent-0.x branch from 4c5827b to b4d682c Compare August 30, 2026 22:32
@renovate
renovate Bot merged commit 1c3824f into develop Aug 30, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/qodo-ai-pr-agent-0.x branch August 30, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants