Skip to content

Commit 37cf32f

Browse files
committed
chore: update build dependencies
to keep pyproject.toml and requirements_dev.txt synchronized
1 parent a208974 commit 37cf32f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
2+
requires = ["setuptools>=68", "wheel", "setuptools_scm>=7.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.poetry]
@@ -44,7 +44,7 @@ coverage = "^7.0.0"
4444
pre-commit = "^2.7.1"
4545
pytest = "^7.0.0"
4646
build = "^0.7.0"
47-
setuptools-scm = "^7.0.0"
47+
setuptools-scm = "^7.1.0"
4848

4949
[tool.setuptools_scm]
5050
write_to = "routingpy/__version__.py"

0 commit comments

Comments
 (0)