Skip to content

chore(deps): bump raes from 3.0.0 to 3.3.0 - #24

Open
dependabot[bot] wants to merge 2 commits into
devfrom
dependabot/uv/dev/raes-3.3.0
Open

chore(deps): bump raes from 3.0.0 to 3.3.0#24
dependabot[bot] wants to merge 2 commits into
devfrom
dependabot/uv/dev/raes-3.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Plain-language summary

  • Context: LilRAE consumes released RAES APIs, and Dependabot updates the exact dependency from 3.0.0 to 3.3.0.
  • Problem: The generated dependency and lock update cannot pass while repository policy and its tests still require RAES 3.0.0.
  • Fix: Align pyproject metadata, the lock, repository policy, package-identity assertions, and policy fixtures on the exact released dependency raes==3.3.0.

Issues closed

Closes #28

Verification

  • UV_PYTHON=3.11 make verify: 60 passed; hygiene, policy, project services, Ruff, mypy, coverage, clean sdist-to-wheel build, isolated install, import, and CLI smoke passed.
  • Direct CPython 3.12 policy, project-services, Ruff, mypy, and pytest lane: 60 passed.
  • Authoritative Ubuntu CI passed Verify (Python 3.11), Verify (Python 3.12), both PR metadata gates, CodeQL, GitGuardian, and Sonar.
  • The installed-wheel smoke remains intentionally Python 3.11 in this dependency PR; ci: run installed-wheel smoke under the matrix interpreter #29 tracks the separate matrix-interpreter packaging correction.
  • RAES release comparison: OpenRAE/rae@v3.0.0...v3.3.0

Bumps [raes](https://github.com/OpenRAE/rae) from 3.0.0 to 3.3.0.
- [Release notes](https://github.com/OpenRAE/rae/releases)
- [Changelog](https://github.com/OpenRAE/rae/blob/main/CHANGELOG.md)
- [Commits](OpenRAE/rae@v3.0.0...v3.3.0)

---
updated-dependencies:
- dependency-name: raes
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 6, 2026
@dependabot
dependabot Bot requested a review from Brad-Edwards as a code owner August 6, 2026 02:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 6, 2026
@doublewhy

Copy link
Copy Markdown

Stack order: #30 is the packaging-only successor to this PR and currently targets this Dependabot feature branch. Merge #24 first; then retarget #30 to dev, update it from the merged base, and rerun every required check. Auto-merge is disabled.

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.

chore(deps): align repository policy with RAES 3.3.0

1 participant