Skip to content

Commit 6cf4a2a

Browse files
Merge pull request #17 from frequenz-floss/dependabot/pip/required-030d4c31e7
Bump the required group across 1 directory with 14 updates
2 parents cf72155 + e36d7a4 commit 6cf4a2a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[build-system]
55
requires = [
66
"setuptools == 80.9.0",
7-
"setuptools_scm[toml] == 8.2.0",
8-
"frequenz-repo-config[lib] == 0.13.1",
7+
"setuptools_scm[toml] == 8.3.1",
8+
"frequenz-repo-config[lib] == 0.13.5",
99
]
1010
build-backend = "setuptools.build_meta"
1111

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

3737
[project.optional-dependencies]
3838
dev-flake8 = [
39-
"flake8 == 7.2.0",
39+
"flake8 == 7.3.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.4",
42+
"pydoclint == 0.6.6",
4343
"pydocstyle == 6.3.0",
4444
]
4545
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
4646
dev-mkdocs = [
47-
"Markdown == 3.7",
47+
"Markdown == 3.8.2",
4848
"black == 25.1.0",
4949
"mike == 2.1.3",
5050
"mkdocs-gen-files == 0.5.0",
5151
"mkdocs-literate-nav == 0.6.2",
5252
"mkdocs-macros-plugin == 1.3.7",
53-
"mkdocs-material == 9.6.11",
53+
"mkdocs-material == 9.6.15",
5454
"mkdocstrings[python] == 0.29.1",
55-
"mkdocstrings-python == 1.16.8",
56-
"frequenz-repo-config[lib] == 0.13.1",
55+
"mkdocstrings-python == 1.16.12",
56+
"frequenz-repo-config[lib] == 0.13.5",
5757
]
5858
dev-mypy = [
59-
"mypy == 1.15.0",
60-
"types-Markdown == 3.7.0.20250322",
59+
"mypy == 1.16.1",
60+
"types-Markdown == 3.8.0.20250415",
6161
# For checking the noxfile, docs/ script, and tests
6262
"frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]",
6363
]
6464
dev-noxfile = [
65-
"nox == 2025.2.9",
66-
"frequenz-repo-config[lib] == 0.13.1",
65+
"nox == 2025.5.1",
66+
"frequenz-repo-config[lib] == 0.13.5",
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.5",
75-
"pylint == 3.3.6", # We need this to check for the examples
76-
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
77-
"pytest-mock == 3.14.0",
74+
"pytest == 8.4.1",
75+
"pylint == 3.3.7", # We need this to check for the examples
76+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
77+
"pytest-mock == 3.14.1",
7878
"pytest-asyncio == 0.26.0",
7979
"async-solipsism == 0.7",
8080
]

0 commit comments

Comments
 (0)