You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ But you might still need to adapt your code:
27
27
### Cookiecutter template
28
28
29
29
- The cookiecutter now asks whether a repository is private, defaults that answer from the selected license, and uses it to toggle private-repository workflow behavior, public publishing jobs, and the link to GitHub Discussions in the issue template chooser.
30
+
- All dependencies have been updated in the templates.
Copy file name to clipboardExpand all lines: tests_golden/integration/test_cookiecutter_generation/actor-proprietary/frequenz-actor-test/pyproject.toml
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
4
4
[build-system]
5
5
requires = [
6
-
"setuptools == 80.9.0",
7
-
"setuptools_scm[toml] == 8.1.0",
6
+
"setuptools == 82.0.1",
7
+
"setuptools_scm[toml] == 10.0.5",
8
8
"frequenz-repo-config[actor] == 0.17.0",
9
9
]
10
10
build-backend = "setuptools.build_meta"
@@ -28,11 +28,11 @@ classifiers = [
28
28
requires-python = ">= 3.11, < 4"
29
29
# TODO(cookiecutter): Remove and add more dependencies if appropriate
30
30
dependencies = [
31
-
"typing-extensions >= 4.14.1, < 5",
31
+
"typing-extensions >= 4.15.0, < 5",
32
32
# Make sure to update the version for cross-referencing also in the
33
33
# mkdocs.yml file when changing the version here (look for the config key
34
34
# plugins.mkdocstrings.handlers.python.import)
35
-
"frequenz-sdk >= 1.0.0rc2100, < 1.0.0rc2200",
35
+
"frequenz-sdk >= 1.0.0rc2205, < 1.0.0rc2300",
36
36
]
37
37
dynamic = ["version"]
38
38
@@ -46,31 +46,31 @@ dev-flake8 = [
46
46
"flake8 == 7.3.0",
47
47
"flake8-datetimez == 20.10.0",
48
48
"flake8-docstrings == 1.7.0",
49
-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
50
-
"pydoclint == 0.6.10",
49
+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
Copy file name to clipboardExpand all lines: tests_golden/integration/test_cookiecutter_generation/actor-proprietary/frequenz-actor-test/tests/test_test.py
0 commit comments