Skip to content

Commit 079333a

Browse files
authored
Improve comment about updating dependencies (#125)
2 parents bb2e3a7 + 87ff45b commit 079333a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ requires-python = ">= 3.11, < 4"
3636
{%- if cookiecutter.type in ("app", "actor", "model") %}
3737
dependencies = [
3838
"typing-extensions == 4.5.0",
39-
# Make sure to update the mkdocs.yml file when
40-
# changing the version
41-
# (plugins.mkdocstrings.handlers.python.import)
39+
# Make sure to update the version for cross-referencing also in the
40+
# mkdocs.yml file when changing the version here (look for the config key
41+
# plugins.mkdocstrings.handlers.python.import)
4242
"frequenz-sdk == 0.24.0",
4343
]
4444
{%- elif cookiecutter.type == "api" %}

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ requires-python = ">= 3.11, < 4"
2929
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030
dependencies = [
3131
"typing-extensions == 4.5.0",
32-
# Make sure to update the mkdocs.yml file when
33-
# changing the version
34-
# (plugins.mkdocstrings.handlers.python.import)
32+
# Make sure to update the version for cross-referencing also in the
33+
# mkdocs.yml file when changing the version here (look for the config key
34+
# plugins.mkdocstrings.handlers.python.import)
3535
"frequenz-sdk == 0.24.0",
3636
]
3737
dynamic = ["version"]

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ requires-python = ">= 3.11, < 4"
2828
# TODO(cookiecutter): Remove and add more dependencies if appropriate
2929
dependencies = [
3030
"typing-extensions == 4.5.0",
31-
# Make sure to update the mkdocs.yml file when
32-
# changing the version
33-
# (plugins.mkdocstrings.handlers.python.import)
31+
# Make sure to update the version for cross-referencing also in the
32+
# mkdocs.yml file when changing the version here (look for the config key
33+
# plugins.mkdocstrings.handlers.python.import)
3434
"frequenz-sdk == 0.24.0",
3535
]
3636
dynamic = ["version"]

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ requires-python = ">= 3.11, < 4"
2929
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030
dependencies = [
3131
"typing-extensions == 4.5.0",
32-
# Make sure to update the mkdocs.yml file when
33-
# changing the version
34-
# (plugins.mkdocstrings.handlers.python.import)
32+
# Make sure to update the version for cross-referencing also in the
33+
# mkdocs.yml file when changing the version here (look for the config key
34+
# plugins.mkdocstrings.handlers.python.import)
3535
"frequenz-sdk == 0.24.0",
3636
]
3737
dynamic = ["version"]

0 commit comments

Comments
 (0)