diff --git a/pyproject.toml b/pyproject.toml index 3b578631..2eb5bf7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 78.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.2", ] build-backend = "setuptools.build_meta" @@ -45,7 +45,7 @@ dev-flake8 = [ ] dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ - "Markdown == 3.7", + "Markdown == 3.8", "black == 25.1.0", "frequenz-repo-config[lib] == 0.13.2", "markdown-callouts == 0.4.0", @@ -64,9 +64,9 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", "mypy == 1.15.0", - "types-Markdown == 3.7.0.20250322", + "types-Markdown == 3.8.0.20250415", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.2"] dev-pylint = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", @@ -75,7 +75,7 @@ dev-pylint = [ dev-pytest = [ "async-solipsism == 0.7", "frequenz-repo-config[extra-lint-examples] == 0.13.2", - "hypothesis == 6.130.12", + "hypothesis == 6.131.9", "pytest == 8.3.5", "pytest-asyncio == 0.26.0", "pytest-mock == 3.14.0",