Skip to content

Commit 6fd3adf

Browse files
fix(deps): update dependency codegen to v0.6.2 (#411)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [codegen](https://redirect.github.com/codegen-sh/codegen-sdk) ([changelog](https://docs.codegen.com/changelog/changelog)) | `==0.6.1` -> `==0.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/codegen/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/codegen/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/codegen/0.6.1/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/codegen/0.6.1/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codegen-sh/codegen-sdk (codegen)</summary> ### [`v0.6.2`](https://redirect.github.com/codegen-sh/codegen-sdk/releases/tag/v0.6.2) [Compare Source](https://redirect.github.com/codegen-sh/codegen-sdk/compare/v0.6.1...v0.6.2) <!-- Release notes generated using configuration in .github/release.yml at v0.6.2 --> #### What's Changed ##### Other Changes - ops: disable auto-release by [@&#8203;christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/400](https://redirect.github.com/codegen-sh/codegen-sdk/pull/400) - fix(deps): update dependency codegen to v0.6.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/codegen-sh/codegen-sdk/pull/402](https://redirect.github.com/codegen-sh/codegen-sdk/pull/402) - build: \[CG-10755] combine `release.yml` + `auto-release.yml` by [@&#8203;christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/403](https://redirect.github.com/codegen-sh/codegen-sdk/pull/403) - feat(dependencies): unified dependencies… by [@&#8203;kopekC](https://redirect.github.com/kopekC) in [https://github.com/codegen-sh/codegen-sdk/pull/362](https://redirect.github.com/codegen-sh/codegen-sdk/pull/362) - Rename `CodebaseGraph` to `CodebaseContext` by [@&#8203;EdwardJXLi](https://redirect.github.com/EdwardJXLi) in [https://github.com/codegen-sh/codegen-sdk/pull/405](https://redirect.github.com/codegen-sh/codegen-sdk/pull/405) - chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.5.30 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/codegen-sh/codegen-sdk/pull/406](https://redirect.github.com/codegen-sh/codegen-sdk/pull/406) - refactor: Split out file IO by [@&#8203;bagel897](https://redirect.github.com/bagel897) in [https://github.com/codegen-sh/codegen-sdk/pull/404](https://redirect.github.com/codegen-sh/codegen-sdk/pull/404) - build: convert release to reusable workflow by [@&#8203;christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/407](https://redirect.github.com/codegen-sh/codegen-sdk/pull/407) - fix: add content write permission by [@&#8203;christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/408](https://redirect.github.com/codegen-sh/codegen-sdk/pull/408) **Full Changelog**: v0.6.1...v0.6.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5871874 commit 6fd3adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-examples/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "codegen-examples"
33
version = "0.0.0"
44
readme = "README.md"
55
requires-python = ">=3.12, <3.14"
6-
dependencies = ["codegen==0.6.1"]
6+
dependencies = ["codegen==0.6.2"]
77
license = { file = "LICENSE" }
88
classifiers = [
99
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)