Skip to content

Commit babee35

Browse files
authored
Bump setuptools related dependencies (#863)
Bumps: - [types-setuptools](https://github.com/python/typeshed) from 68.2.0.0 to 69.0.0.20240125. - [setuptools](https://github.com/pypa/setuptools) from 68.1.0 to 69.0.3. - [setuptools-scm](https://github.com/pypa/setuptools_scm/) from 7.1.0 to 8.0.4.
2 parents 3a10f49 + 2fb35a2 commit babee35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 68.1.0",
7-
"setuptools_scm[toml] == 7.1.0",
6+
"setuptools == 69.0.3",
7+
"setuptools_scm[toml] == 8.0.4",
88
"frequenz-repo-config[lib] == 0.7.4",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -72,15 +72,15 @@ dev-mkdocs = [
7272
]
7373
dev-mypy = [
7474
"mypy == 1.8.0",
75-
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
75+
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
7676
"types-Markdown == 3.5.0.3",
7777
"types-PyYAML == 6.0.12.12",
7878
"types-Pygments == 2.17.0.0",
7979
"types-colorama == 0.4.15.12",
8080
"types-protobuf == 4.24.0.20240129",
8181
"types-python-dateutil == 2.8.19.14",
8282
"types-pytz == 2023.3.1.1",
83-
"types-setuptools == 68.2.0.0",
83+
"types-setuptools == 69.0.0.20240125",
8484
# For checking the noxfile, docs/ script, and tests
8585
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8686
]

0 commit comments

Comments
 (0)