Fix the outdated version number in the template#380
Merged
Conversation
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the outdated dependency version for "frequenz-repo-config" by updating all references from 0.12.3 to 0.13.1 across various project files. It also updates the cookiecutter template and the release notes to reflect this change.
- Updated dependency versions in pyproject.toml files for model, lib, app, api, and actor projects.
- Modified the cookiecutter template to use the new version.
- Adjusted the release notes to document the version number fix.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/pyproject.toml | Updated model dependency version from 0.12.3 to 0.13.1. |
| tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/pyproject.toml | Updated lib dependency version from 0.12.3 to 0.13.1. |
| tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/pyproject.toml | Updated app dependency version from 0.12.3 to 0.13.1. |
| tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/pyproject.toml | Updated api dependency version from 0.12.3 to 0.13.1. |
| tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/pyproject.toml | Updated actor dependency version from 0.12.3 to 0.13.1. |
| cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml | Updated template dependency version from 0.12.3 to 0.13.1. |
| RELEASE_NOTES.md | Adjusted release notes to note the version fix. |
Contributor
Author
|
Minor, so I will force-merge and release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.