build(deps-dev): Bump annotated-doc from 0.0.4 to 0.0.5 in /services/account_unification - #29
Conversation
Bumps [annotated-doc](https://github.com/fastapi/annotated-doc) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/fastapi/annotated-doc/releases) - [Changelog](https://github.com/fastapi/annotated-doc/blob/main/release-notes.md) - [Commits](fastapi/annotated-doc@0.0.4...0.0.5) --- updated-dependencies: - dependency-name: annotated-doc dependency-version: 0.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthrough개발 의존성 파일에서 Changes개발 의존성 업데이트
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@services/account_unification/requirements-dev.txt`:
- Around line 3-5: Update the dependency entry for annotated-doc in uv.lock to
version 0.0.5 and replace its stale hashes with the hashes matching the 0.0.5
requirements-dev.txt entry, preserving the lockfile’s existing metadata
structure so uv sync --locked resolves consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: bf92d079-b8a7-4991-8a42-c0ed7f9fd54d
📒 Files selected for processing (1)
services/account_unification/requirements-dev.txt
| annotated-doc==0.0.5 \ | ||
| --hash=sha256:117bac03a25ede5df5440e855b32d556049ca169ead221505badf432fed4b101 \ | ||
| --hash=sha256:c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
rg -n -A8 -B2 'name = "annotated-doc"' services/account_unification/uv.lockRepository: ContextualWisdomLab/keyverse
Length of output: 1782
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf '\n== requirements-dev.txt ==\n'
cat -n services/account_unification/requirements-dev.txt
printf '\n== uv.lock annotated-doc entries ==\n'
rg -n -A8 -B2 'name = "annotated-doc"|version = "0\.0\.[45]"|annotated_doc-0\.0\.[45]' services/account_unification/uv.lock
printf '\n== repo hints for uv.lock / requirements-dev workflow ==\n'
rg -n 'uv.lock|requirements-dev\.txt|annotated-doc' -g 'README*' -g '*.md' -g '*.yml' -g '*.yaml' -g 'pyproject.toml' -g 'Makefile' .Repository: ContextualWisdomLab/keyverse
Length of output: 23950
services/account_unification/uv.lock도 annotated-doc 0.0.5로 맞춰 주세요.
requirements-dev.txt는 0.0.5인데 uv.lock은 아직 0.0.4와 이전 해시를 고정하고 있어 uv sync --locked에서 새 버전이 반영되지 않습니다.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@services/account_unification/requirements-dev.txt` around lines 3 - 5, Update
the dependency entry for annotated-doc in uv.lock to version 0.0.5 and replace
its stale hashes with the hashes matching the 0.0.5 requirements-dev.txt entry,
preserving the lockfile’s existing metadata structure so uv sync --locked
resolves consistently.
|
Superseded by #33, which applies this transitive bump through a regenerated |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps annotated-doc from 0.0.4 to 0.0.5.
Release notes
Sourced from annotated-doc's releases.
... (truncated)
Changelog
Sourced from annotated-doc's changelog.
... (truncated)
Commits
ef48d6a🔖 Release version 0.0.5 (#93)c628000📝 Update release notese0b4579➖ Drop support for Python 3.8 (#36)ef956b4📝 Update release notes84bf1e5⬆️ Upgrade latest-changes to 0.7.1 (#92)cf773e1📝 Update release notes1375d6e⬆ Bump the github-actions group across 1 directory with 3 updates (#91)cd37365📝 Update release notesf9f3b69⬆ Bump the python-packages group across 1 directory with 3 updates (#90)8420844📝 Update release notesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
annotated-doc이 최신 버전으로 업데이트되었습니다.