diff --git a/pyproject.toml b/pyproject.toml index a56e124c6..a7089aa26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 68.1.0", "setuptools_scm[toml] == 7.1.0", - "frequenz-repo-config[lib] == 0.7.4", + "frequenz-repo-config[lib] == 0.8.0", ] build-backend = "setuptools.build_meta" @@ -26,7 +26,7 @@ classifiers = [ ] requires-python = ">= 3.11, < 4" dependencies = [ - "frequenz-api-microgrid >= 0.15.3, < 0.16.0", + "frequenz-api-microgrid >= 0.15.3, < 0.17.0", # Make sure to update the mkdocs.yml file when # changing the version # (plugins.mkdocstrings.handlers.python.import) @@ -54,21 +54,21 @@ dev-flake8 = [ "flake8 == 7.0.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.3.8", + "pydoclint == 0.3.9", "pydocstyle == 6.3.0", ] -dev-examples = ["polars == 0.20.2"] +dev-examples = ["polars == 0.20.6"] dev-formatting = ["black == 23.12.1", "isort == 5.13.2"] dev-mkdocs = [ "black == 23.12.1", - "Markdown==3.5.1", + "Markdown==3.5.2", "mike == 2.0.0", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.0.5", - "mkdocs-material == 9.5.3", + "mkdocs-material == 9.5.6", "mkdocstrings[python] == 0.24.0", - "frequenz-repo-config[lib] == 0.7.4", + "frequenz-repo-config[lib] == 0.8.0", ] dev-mypy = [ "mypy == 1.8.0", @@ -79,12 +79,12 @@ dev-mypy = [ "types-colorama == 0.4.15.12", "types-protobuf == 4.24.0.20240129", "types-python-dateutil == 2.8.19.14", - "types-pytz == 2023.3.1.1", + "types-pytz == 2023.4.0.20240130", "types-setuptools == 68.2.0.0", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.4"] +dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"] dev-pylint = [ "pylint == 2.17.5", # For checking the noxfile, docs/ script, and tests @@ -92,14 +92,14 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 7.4.4", - "frequenz-repo-config[extra-lint-examples] == 0.7.4", + "frequenz-repo-config[extra-lint-examples] == 0.8.0", "pytest-mock == 3.12.0", - "pytest-asyncio == 0.23.3", - "time-machine == 2.12.0", + "pytest-asyncio == 0.23.4", + "time-machine == 2.13.0", "async-solipsism == 0.5", # For checking docstring code examples "frequenz-sdk[dev-examples]", - "hypothesis == 6.92.1", + "hypothesis == 6.97.4", ] dev = [ "frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",