Skip to content

Commit bee542d

Browse files
committed
template: Bump dependencies
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 80402d2 commit bee542d

11 files changed

Lines changed: 66 additions & 66 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ dependencies = [
5050
# Make sure to update the version for cross-referencing also in the
5151
# mkdocs.yml file when changing the version here (look for the config key
5252
# plugins.mkdocstrings.handlers.python.import)
53-
"frequenz-sdk >= 1.0.0rc2205, < 1.0.0rc2300",
53+
"frequenz-sdk >= 1.0.0rc2207, < 1.0.0rc2300",
5454
]
5555
{%- elif cookiecutter.type == "app" %}
5656
dependencies = [
5757
"typing-extensions == 4.15.0",
5858
# Make sure to update the version for cross-referencing also in the
5959
# mkdocs.yml file when changing the version here (look for the config key
6060
# plugins.mkdocstrings.handlers.python.import)
61-
"frequenz-sdk == 1.0.0rc2205",
61+
"frequenz-sdk == 1.0.0rc2207",
6262
]
6363
{%- elif cookiecutter.type == "api" %}
6464
dependencies = [
65-
"frequenz-api-common >= 0.8.2, < 1",
65+
"frequenz-api-common >= 0.8.4, < 1",
6666
# We can't widen beyond the current value unless we bump the minimum
6767
# requirements too because of protobuf cross-version runtime guarantees:
6868
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
@@ -90,13 +90,13 @@ dev-flake8 = [
9090
"flake8-datetimez == 20.10.0",
9191
"flake8-docstrings == 1.7.0",
9292
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
93-
"pydoclint == 0.8.3",
93+
"pydoclint == 0.8.4",
9494
"pydocstyle == 6.3.0",
9595
]
96-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
96+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
9797
dev-mkdocs = [
9898
"Markdown == 3.10.2",
99-
"black == 26.3.1",
99+
"black == 26.5.1",
100100
"mike == 2.2.0",
101101
"mkdocs-gen-files == 0.6.1",
102102
"mkdocs-literate-nav == 0.6.3",
@@ -107,11 +107,11 @@ dev-mkdocs = [
107107
"frequenz-repo-config[{{cookiecutter.type}}] == 0.17.0",
108108
]
109109
dev-mypy = [
110-
"mypy == 1.20.2",
110+
"mypy == 2.1.0",
111111
{%- if cookiecutter.type == "api" %}
112112
"grpc-stubs == 1.53.0.6",
113113
{%- endif %}
114-
"types-Markdown == 3.10.2.20260408",
114+
"types-Markdown == 3.10.2.20260518",
115115
# For checking the noxfile, docs/ script, and tests
116116
"{{cookiecutter.pypi_package_name}}[dev-mkdocs,dev-noxfile,dev-pytest]",
117117
]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
# Make sure to update the version for cross-referencing also in the
3333
# mkdocs.yml file when changing the version here (look for the config key
3434
# plugins.mkdocstrings.handlers.python.import)
35-
"frequenz-sdk >= 1.0.0rc2205, < 1.0.0rc2300",
35+
"frequenz-sdk >= 1.0.0rc2207, < 1.0.0rc2300",
3636
]
3737
dynamic = ["version"]
3838

@@ -47,13 +47,13 @@ dev-flake8 = [
4747
"flake8-datetimez == 20.10.0",
4848
"flake8-docstrings == 1.7.0",
4949
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
50-
"pydoclint == 0.8.3",
50+
"pydoclint == 0.8.4",
5151
"pydocstyle == 6.3.0",
5252
]
53-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
53+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5454
dev-mkdocs = [
5555
"Markdown == 3.10.2",
56-
"black == 26.3.1",
56+
"black == 26.5.1",
5757
"mike == 2.2.0",
5858
"mkdocs-gen-files == 0.6.1",
5959
"mkdocs-literate-nav == 0.6.3",
@@ -64,8 +64,8 @@ dev-mkdocs = [
6464
"frequenz-repo-config[actor] == 0.17.0",
6565
]
6666
dev-mypy = [
67-
"mypy == 1.20.2",
68-
"types-Markdown == 3.10.2.20260408",
67+
"mypy == 2.1.0",
68+
"types-Markdown == 3.10.2.20260518",
6969
# For checking the noxfile, docs/ script, and tests
7070
"frequenz-actor-test[dev-mkdocs,dev-noxfile,dev-pytest]",
7171
]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
# Make sure to update the version for cross-referencing also in the
3333
# mkdocs.yml file when changing the version here (look for the config key
3434
# plugins.mkdocstrings.handlers.python.import)
35-
"frequenz-sdk >= 1.0.0rc2205, < 1.0.0rc2300",
35+
"frequenz-sdk >= 1.0.0rc2207, < 1.0.0rc2300",
3636
]
3737
dynamic = ["version"]
3838

@@ -47,13 +47,13 @@ dev-flake8 = [
4747
"flake8-datetimez == 20.10.0",
4848
"flake8-docstrings == 1.7.0",
4949
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
50-
"pydoclint == 0.8.3",
50+
"pydoclint == 0.8.4",
5151
"pydocstyle == 6.3.0",
5252
]
53-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
53+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5454
dev-mkdocs = [
5555
"Markdown == 3.10.2",
56-
"black == 26.3.1",
56+
"black == 26.5.1",
5757
"mike == 2.2.0",
5858
"mkdocs-gen-files == 0.6.1",
5959
"mkdocs-literate-nav == 0.6.3",
@@ -64,8 +64,8 @@ dev-mkdocs = [
6464
"frequenz-repo-config[actor] == 0.17.0",
6565
]
6666
dev-mypy = [
67-
"mypy == 1.20.2",
68-
"types-Markdown == 3.10.2.20260408",
67+
"mypy == 2.1.0",
68+
"types-Markdown == 3.10.2.20260518",
6969
# For checking the noxfile, docs/ script, and tests
7070
"frequenz-actor-test[dev-mkdocs,dev-noxfile,dev-pytest]",
7171
]

tests_golden/integration/test_cookiecutter_generation/api-proprietary/frequenz-api-test/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
requires-python = ">= 3.11, < 4"
3636
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3737
dependencies = [
38-
"frequenz-api-common >= 0.8.2, < 1",
38+
"frequenz-api-common >= 0.8.4, < 1",
3939
# We can't widen beyond the current value unless we bump the minimum
4040
# requirements too because of protobuf cross-version runtime guarantees:
4141
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
@@ -58,13 +58,13 @@ dev-flake8 = [
5858
"flake8-datetimez == 20.10.0",
5959
"flake8-docstrings == 1.7.0",
6060
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
61-
"pydoclint == 0.8.3",
61+
"pydoclint == 0.8.4",
6262
"pydocstyle == 6.3.0",
6363
]
64-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
64+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
6565
dev-mkdocs = [
6666
"Markdown == 3.10.2",
67-
"black == 26.3.1",
67+
"black == 26.5.1",
6868
"mike == 2.2.0",
6969
"mkdocs-gen-files == 0.6.1",
7070
"mkdocs-literate-nav == 0.6.3",
@@ -75,9 +75,9 @@ dev-mkdocs = [
7575
"frequenz-repo-config[api] == 0.17.0",
7676
]
7777
dev-mypy = [
78-
"mypy == 1.20.2",
78+
"mypy == 2.1.0",
7979
"grpc-stubs == 1.53.0.6",
80-
"types-Markdown == 3.10.2.20260408",
80+
"types-Markdown == 3.10.2.20260518",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-api-test[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
requires-python = ">= 3.11, < 4"
3636
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3737
dependencies = [
38-
"frequenz-api-common >= 0.8.2, < 1",
38+
"frequenz-api-common >= 0.8.4, < 1",
3939
# We can't widen beyond the current value unless we bump the minimum
4040
# requirements too because of protobuf cross-version runtime guarantees:
4141
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
@@ -58,13 +58,13 @@ dev-flake8 = [
5858
"flake8-datetimez == 20.10.0",
5959
"flake8-docstrings == 1.7.0",
6060
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
61-
"pydoclint == 0.8.3",
61+
"pydoclint == 0.8.4",
6262
"pydocstyle == 6.3.0",
6363
]
64-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
64+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
6565
dev-mkdocs = [
6666
"Markdown == 3.10.2",
67-
"black == 26.3.1",
67+
"black == 26.5.1",
6868
"mike == 2.2.0",
6969
"mkdocs-gen-files == 0.6.1",
7070
"mkdocs-literate-nav == 0.6.3",
@@ -75,9 +75,9 @@ dev-mkdocs = [
7575
"frequenz-repo-config[api] == 0.17.0",
7676
]
7777
dev-mypy = [
78-
"mypy == 1.20.2",
78+
"mypy == 2.1.0",
7979
"grpc-stubs == 1.53.0.6",
80-
"types-Markdown == 3.10.2.20260408",
80+
"types-Markdown == 3.10.2.20260518",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-api-test[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# Make sure to update the version for cross-referencing also in the
3232
# mkdocs.yml file when changing the version here (look for the config key
3333
# plugins.mkdocstrings.handlers.python.import)
34-
"frequenz-sdk == 1.0.0rc2205",
34+
"frequenz-sdk == 1.0.0rc2207",
3535
]
3636
dynamic = ["version"]
3737

@@ -46,13 +46,13 @@ dev-flake8 = [
4646
"flake8-datetimez == 20.10.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
49-
"pydoclint == 0.8.3",
49+
"pydoclint == 0.8.4",
5050
"pydocstyle == 6.3.0",
5151
]
52-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
52+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5353
dev-mkdocs = [
5454
"Markdown == 3.10.2",
55-
"black == 26.3.1",
55+
"black == 26.5.1",
5656
"mike == 2.2.0",
5757
"mkdocs-gen-files == 0.6.1",
5858
"mkdocs-literate-nav == 0.6.3",
@@ -63,8 +63,8 @@ dev-mkdocs = [
6363
"frequenz-repo-config[app] == 0.17.0",
6464
]
6565
dev-mypy = [
66-
"mypy == 1.20.2",
67-
"types-Markdown == 3.10.2.20260408",
66+
"mypy == 2.1.0",
67+
"types-Markdown == 3.10.2.20260518",
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-app-test[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# Make sure to update the version for cross-referencing also in the
3232
# mkdocs.yml file when changing the version here (look for the config key
3333
# plugins.mkdocstrings.handlers.python.import)
34-
"frequenz-sdk == 1.0.0rc2205",
34+
"frequenz-sdk == 1.0.0rc2207",
3535
]
3636
dynamic = ["version"]
3737

@@ -46,13 +46,13 @@ dev-flake8 = [
4646
"flake8-datetimez == 20.10.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
49-
"pydoclint == 0.8.3",
49+
"pydoclint == 0.8.4",
5050
"pydocstyle == 6.3.0",
5151
]
52-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
52+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5353
dev-mkdocs = [
5454
"Markdown == 3.10.2",
55-
"black == 26.3.1",
55+
"black == 26.5.1",
5656
"mike == 2.2.0",
5757
"mkdocs-gen-files == 0.6.1",
5858
"mkdocs-literate-nav == 0.6.3",
@@ -63,8 +63,8 @@ dev-mkdocs = [
6363
"frequenz-repo-config[app] == 0.17.0",
6464
]
6565
dev-mypy = [
66-
"mypy == 1.20.2",
67-
"types-Markdown == 3.10.2.20260408",
66+
"mypy == 2.1.0",
67+
"types-Markdown == 3.10.2.20260518",
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-app-test[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]

tests_golden/integration/test_cookiecutter_generation/lib-proprietary/frequenz-test-python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ dev-flake8 = [
4343
"flake8-datetimez == 20.10.0",
4444
"flake8-docstrings == 1.7.0",
4545
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
46-
"pydoclint == 0.8.3",
46+
"pydoclint == 0.8.4",
4747
"pydocstyle == 6.3.0",
4848
]
49-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
49+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5050
dev-mkdocs = [
5151
"Markdown == 3.10.2",
52-
"black == 26.3.1",
52+
"black == 26.5.1",
5353
"mike == 2.2.0",
5454
"mkdocs-gen-files == 0.6.1",
5555
"mkdocs-literate-nav == 0.6.3",
@@ -60,8 +60,8 @@ dev-mkdocs = [
6060
"frequenz-repo-config[lib] == 0.17.0",
6161
]
6262
dev-mypy = [
63-
"mypy == 1.20.2",
64-
"types-Markdown == 3.10.2.20260408",
63+
"mypy == 2.1.0",
64+
"types-Markdown == 3.10.2.20260518",
6565
# For checking the noxfile, docs/ script, and tests
6666
"frequenz-test[dev-mkdocs,dev-noxfile,dev-pytest]",
6767
]

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ dev-flake8 = [
4343
"flake8-datetimez == 20.10.0",
4444
"flake8-docstrings == 1.7.0",
4545
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
46-
"pydoclint == 0.8.3",
46+
"pydoclint == 0.8.4",
4747
"pydocstyle == 6.3.0",
4848
]
49-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
49+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5050
dev-mkdocs = [
5151
"Markdown == 3.10.2",
52-
"black == 26.3.1",
52+
"black == 26.5.1",
5353
"mike == 2.2.0",
5454
"mkdocs-gen-files == 0.6.1",
5555
"mkdocs-literate-nav == 0.6.3",
@@ -60,8 +60,8 @@ dev-mkdocs = [
6060
"frequenz-repo-config[lib] == 0.17.0",
6161
]
6262
dev-mypy = [
63-
"mypy == 1.20.2",
64-
"types-Markdown == 3.10.2.20260408",
63+
"mypy == 2.1.0",
64+
"types-Markdown == 3.10.2.20260518",
6565
# For checking the noxfile, docs/ script, and tests
6666
"frequenz-test[dev-mkdocs,dev-noxfile,dev-pytest]",
6767
]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
# Make sure to update the version for cross-referencing also in the
3333
# mkdocs.yml file when changing the version here (look for the config key
3434
# plugins.mkdocstrings.handlers.python.import)
35-
"frequenz-sdk >= 1.0.0rc2205, < 1.0.0rc2300",
35+
"frequenz-sdk >= 1.0.0rc2207, < 1.0.0rc2300",
3636
]
3737
dynamic = ["version"]
3838

@@ -47,13 +47,13 @@ dev-flake8 = [
4747
"flake8-datetimez == 20.10.0",
4848
"flake8-docstrings == 1.7.0",
4949
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
50-
"pydoclint == 0.8.3",
50+
"pydoclint == 0.8.4",
5151
"pydocstyle == 6.3.0",
5252
]
53-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
53+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5454
dev-mkdocs = [
5555
"Markdown == 3.10.2",
56-
"black == 26.3.1",
56+
"black == 26.5.1",
5757
"mike == 2.2.0",
5858
"mkdocs-gen-files == 0.6.1",
5959
"mkdocs-literate-nav == 0.6.3",
@@ -64,8 +64,8 @@ dev-mkdocs = [
6464
"frequenz-repo-config[model] == 0.17.0",
6565
]
6666
dev-mypy = [
67-
"mypy == 1.20.2",
68-
"types-Markdown == 3.10.2.20260408",
67+
"mypy == 2.1.0",
68+
"types-Markdown == 3.10.2.20260518",
6969
# For checking the noxfile, docs/ script, and tests
7070
"frequenz-model-test[dev-mkdocs,dev-noxfile,dev-pytest]",
7171
]

0 commit comments

Comments
 (0)