Skip to content

Commit a6279aa

Browse files
Merge pull request #9 from frequenz-floss/dependabot/pip/required-33923d6079
Bump the required group with 11 updates
2 parents 36f735a + 3d41a39 commit a6279aa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 75.8.2",
77
"setuptools_scm[toml] == 8.2.0",
8-
"frequenz-repo-config[lib] == 0.12.3",
8+
"frequenz-repo-config[lib] == 0.13.1",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -36,10 +36,10 @@ email = "[email protected]"
3636

3737
[project.optional-dependencies]
3838
dev-flake8 = [
39-
"flake8 == 7.1.2",
39+
"flake8 == 7.2.0",
4040
"flake8-docstrings == 1.7.0",
4141
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
42-
"pydoclint == 0.6.2",
42+
"pydoclint == 0.6.4",
4343
"pydocstyle == 6.3.0",
4444
]
4545
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
@@ -48,12 +48,12 @@ dev-mkdocs = [
4848
"black == 25.1.0",
4949
"mike == 2.1.3",
5050
"mkdocs-gen-files == 0.5.0",
51-
"mkdocs-literate-nav == 0.6.1",
51+
"mkdocs-literate-nav == 0.6.2",
5252
"mkdocs-macros-plugin == 1.3.7",
53-
"mkdocs-material == 9.6.6",
54-
"mkdocstrings[python] == 0.28.2",
55-
"mkdocstrings-python == 1.16.2",
56-
"frequenz-repo-config[lib] == 0.12.3",
53+
"mkdocs-material == 9.6.11",
54+
"mkdocstrings[python] == 0.29.1",
55+
"mkdocstrings-python == 1.16.8",
56+
"frequenz-repo-config[lib] == 0.13.1",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.15.0",
@@ -63,19 +63,19 @@ dev-mypy = [
6363
]
6464
dev-noxfile = [
6565
"nox == 2025.2.9",
66-
"frequenz-repo-config[lib] == 0.12.3",
66+
"frequenz-repo-config[lib] == 0.13.1",
6767
]
6868
dev-pylint = [
6969
# dev-pytest already defines a dependency to pylint because of the examples
7070
# For checking the noxfile, docs/ script, and tests
7171
"frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
7373
dev-pytest = [
74-
"pytest == 8.3.4",
75-
"pylint == 3.3.4", # We need this to check for the examples
76-
"frequenz-repo-config[extra-lint-examples] == 0.12.3",
74+
"pytest == 8.3.5",
75+
"pylint == 3.3.6", # We need this to check for the examples
76+
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
7777
"pytest-mock == 3.14.0",
78-
"pytest-asyncio == 0.25.3",
78+
"pytest-asyncio == 0.26.0",
7979
"async-solipsism == 0.7",
8080
]
8181
dev = [

0 commit comments

Comments
 (0)