diff --git a/pyproject.toml b/pyproject.toml index 467b1500..6725b2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 75.6.0", + "setuptools == 75.8.0", "setuptools_scm[toml] == 8.1.0", "frequenz-repo-config[lib] == 0.11.0", ] @@ -53,13 +53,13 @@ name = "Frequenz Energy-as-a-Service GmbH" email = "floss@frequenz.com" [project.optional-dependencies] -cli = ["asyncclick == 8.1.7.2", "prompt-toolkit == 3.0.48", "parsedatetime==2.6", "tzlocal==5.2"] +cli = ["asyncclick == 8.1.8", "prompt-toolkit == 3.0.50", "parsedatetime==2.6", "tzlocal==5.2"] dev-flake8 = [ "flake8 == 7.1.1", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.5.14", + "pydoclint == 0.6.0", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 24.10.0", "isort == 5.13.2"] @@ -70,7 +70,7 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.5.49", + "mkdocs-material == 9.6.1", "mkdocstrings[python] == 0.27.0", "frequenz-repo-config[lib] == 0.11.0", ] @@ -85,7 +85,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"] dev-pylint = [ - "pylint == 3.3.3", + "pylint == 3.3.4", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0-rc1", @@ -94,10 +94,10 @@ dev-pytest = [ "pytest == 8.3.4", "frequenz-repo-config[extra-lint-examples] == 0.11.0", "pytest-mock == 3.14.0", - "pytest-asyncio == 0.25.1", + "pytest-asyncio == 0.25.3", "async-solipsism == 0.7", "time-machine == 2.16.0", - "hypothesis == 6.123.2", + "hypothesis == 6.124.9", "frequenz-client-dispatch[cli]", ] dev = [