Skip to content

Commit 71aa054

Browse files
Merge pull request #31 from frequenz-floss/dependabot/pip/required-b0c35581bf
Bump the required group with 5 updates
2 parents aeec461 + c170286 commit 71aa054

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.6.0",
6+
"setuptools == 75.8.0",
77
"setuptools_scm[toml] == 8.1.0",
88
"frequenz-repo-config[lib] == 0.11.0",
99
]
@@ -41,7 +41,7 @@ dev-flake8 = [
4141
"flake8 == 7.1.1",
4242
"flake8-docstrings == 1.7.0",
4343
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
44-
"pydoclint == 0.5.14",
44+
"pydoclint == 0.6.0",
4545
"pydocstyle == 6.3.0",
4646
]
4747
dev-formatting = ["black == 25.1.0", "isort == 5.13.2"]
@@ -52,7 +52,7 @@ dev-mkdocs = [
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.3.7",
55-
"mkdocs-material == 9.5.49",
55+
"mkdocs-material == 9.6.1",
5656
"mkdocstrings[python] == 0.27.0",
5757
"mkdocstrings-python == 1.13.0",
5858
"frequenz-repo-config[lib] == 0.11.0",
@@ -74,10 +74,10 @@ dev-pylint = [
7474
]
7575
dev-pytest = [
7676
"pytest == 8.3.4",
77-
"pylint == 3.3.3", # We need this to check for the examples
77+
"pylint == 3.3.4", # We need this to check for the examples
7878
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
7979
"pytest-mock == 3.14.0",
80-
"pytest-asyncio == 0.25.0",
80+
"pytest-asyncio == 0.25.3",
8181
"async-solipsism == 0.7",
8282
]
8383
dev = [

0 commit comments

Comments
 (0)