Skip to content

Commit d3cd805

Browse files
committed
Bump dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ab8e66f commit d3cd805

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
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 67.7.2", "setuptools_scm[toml] == 7.1.0"]
5+
requires = ["setuptools == 68.1.0", "setuptools_scm[toml] == 7.1.0"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -51,7 +51,7 @@ actor = []
5151
api = [
5252
"grpcio-tools >= 1.47.0, < 2",
5353
"mypy-protobuf >= 3.0.0, < 4",
54-
"setuptools >= 67.6.0, < 68",
54+
"setuptools >= 67.6.0, < 69",
5555
]
5656
app = []
5757
lib = []
@@ -66,17 +66,17 @@ dev-docstrings = [
6666
"darglint == 1.8.1",
6767
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
6868
]
69-
dev-formatting = ["black == 23.3.0", "isort == 5.12.0"]
69+
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
7070
dev-mkdocs = [
7171
"mike == 1.1.2",
7272
"mkdocs-gen-files == 0.5.0",
7373
"mkdocs-literate-nav == 0.6.0",
74-
"mkdocs-material == 9.1.16",
74+
"mkdocs-material == 9.1.21",
7575
"mkdocs-section-index == 0.3.5",
7676
"mkdocstrings[python] == 0.22.0",
7777
]
7878
dev-mypy = [
79-
"mypy == 1.2.0",
79+
"mypy == 1.5.1",
8080
"types-setuptools >= 67.6.0, < 68", # Should match the global dependency
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]",

0 commit comments

Comments
 (0)