diff --git a/pyproject.toml b/pyproject.toml index ebfd2099..75f25280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 82.0.1", - "setuptools_scm[toml] == 10.0.5", + "setuptools_scm[toml] == 10.2.1", "frequenz-repo-config[lib] == 0.18.0", ] build-backend = "setuptools.build_meta" @@ -60,15 +60,15 @@ dev-mkdocs = [ "mkdocstrings[python] == 1.0.6", "mkdocstrings-python == 2.0.5", "pymdownx-superfence-filter-lines == 0.1.0", - "griffe==2.0.2", + "griffe==2.1.0", ] dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", - "mypy == 2.1.0", + "mypy == 2.3.0", "types-Markdown == 3.10.2.20260518", ] -dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"] +dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", @@ -77,8 +77,8 @@ dev-pylint = [ dev-pytest = [ "async-solipsism == 0.9", "frequenz-repo-config[extra-lint-examples] == 0.18.0", - "hypothesis == 6.155.7", - "pytest == 9.0.3", + "hypothesis == 6.163.0", + "pytest == 9.1.1", "pytest-asyncio == 1.4.0", "pytest-mock == 3.15.1", ]