Skip to content

Commit 136cec1

Browse files
Merge pull request #27 from frequenz-floss/dependabot/pip/required-2b7d9b2f99
Bump the required group with 6 updates
2 parents f6d973f + 0bc315a commit 136cec1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -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.9",
44+
"pydoclint == 0.5.14",
4545
"pydocstyle == 6.3.0",
4646
]
4747
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
@@ -52,13 +52,13 @@ 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.47",
55+
"mkdocs-material == 9.5.49",
5656
"mkdocstrings[python] == 0.27.0",
57-
"mkdocstrings-python == 1.12.2",
57+
"mkdocstrings-python == 1.13.0",
5858
"frequenz-repo-config[lib] == 0.11.0",
5959
]
6060
dev-mypy = [
61-
"mypy == 1.13.0",
61+
"mypy == 1.14.1",
6262
"types-Markdown == 3.7.0.20240822",
6363
# For checking the noxfile, docs/ script, and tests
6464
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
@@ -74,10 +74,10 @@ dev-pylint = [
7474
]
7575
dev-pytest = [
7676
"pytest == 8.3.4",
77-
"pylint == 3.3.2", # We need this to check for the examples
77+
"pylint == 3.3.3", # 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.24.0",
80+
"pytest-asyncio == 0.25.0",
8181
"async-solipsism == 0.7",
8282
]
8383
dev = [

0 commit comments

Comments
 (0)