File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33## Summary
44
5- This is a patch release that widens the dependency of the ` frequenz-client-dispatch ` package to ` < 2.0.0 ` .
5+ This release just updates some dependencies to allow compatibility with newer versions .
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
3838 # Make sure to update the version for cross-referencing also in the
3939 # mkdocs.yml file when changing the version here (look for the config key
4040 # plugins.mkdocstrings.handlers.python.import)
41- " frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2200 " ,
41+ " frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2300 " ,
4242 " frequenz-channels >= 1.6.1, < 2.0.0" ,
4343 " frequenz-client-dispatch >= 0.11.3, < 2.0.0" ,
4444 " frequenz-client-base >= 0.11.0, < 0.12.0" ,
@@ -53,7 +53,7 @@ email = "floss@frequenz.com"
5353dev-flake8 = [
5454 " flake8 == 7.3.0" ,
5555 " flake8-docstrings == 1.7.0" ,
56- " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
56+ " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
5757 " pydoclint == 0.7.3" ,
5858 " pydocstyle == 6.3.0" ,
5959]
You can’t perform that action at this time.
0 commit comments