Skip to content

Commit 26cdbba

Browse files
authored
Merge pull request #35 from frequenz-floss/dependabot/pip/required-751f3fcff5
Bump the required group across 1 directory with 8 updates
2 parents 95c239f + 520d268 commit 26cdbba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.8.0",
7-
"setuptools_scm[toml] == 8.1.0",
6+
"setuptools == 75.8.2",
7+
"setuptools_scm[toml] == 8.2.0",
88
"frequenz-repo-config[lib] == 0.12.3",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -45,27 +45,27 @@ email = "[email protected]"
4545

4646
[project.optional-dependencies]
4747
dev-flake8 = [
48-
"flake8 == 7.1.1",
48+
"flake8 == 7.1.2",
4949
"flake8-docstrings == 1.7.0",
5050
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
51-
"pydoclint == 0.6.0",
51+
"pydoclint == 0.6.2",
5252
"pydocstyle == 6.3.0",
5353
]
54-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
54+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5555
dev-mkdocs = [
5656
"Markdown == 3.7",
5757
"black == 25.1.0",
5858
"mike == 2.1.3",
5959
"mkdocs-gen-files == 0.5.0",
6060
"mkdocs-literate-nav == 0.6.1",
6161
"mkdocs-macros-plugin == 1.3.7",
62-
"mkdocs-material == 9.6.1",
62+
"mkdocs-material == 9.6.7",
6363
"mkdocstrings[python] == 0.28.2",
6464
"mkdocstrings-python == 1.16.2",
6565
"frequenz-repo-config[lib] == 0.12.3",
6666
]
6767
dev-mypy = [
68-
"mypy == 1.14.1",
68+
"mypy == 1.15.0",
6969
"pandas-stubs == 2.2.3.241126",
7070
"types-toml==0.10.8.20240310",
7171
"types-Markdown == 3.7.0.20241204",
@@ -82,7 +82,7 @@ dev-pylint = [
8282
"frequenz-lib-notebooks[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
]
8484
dev-pytest = [
85-
"pytest == 8.3.4",
85+
"pytest == 8.3.5",
8686
"pylint == 3.3.4", # We need this to check for the examples
8787
"frequenz-repo-config[extra-lint-examples] == 0.12.3",
8888
"pytest-mock == 3.14.0",

0 commit comments

Comments
 (0)