Skip to content

Commit a7b99f1

Browse files
committed
build: fix requirements inconsistency between build and requirements.txt
1 parent 689c9ff commit a7b99f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
'boilerplates[setup] ~= 1.0',
44
'GitPython ~= 3.1',
55
'packaging >= 24.0',
6-
'semver ~= 2.13, < 3.1'
6+
'semver >= 2.13, < 3.1'
77
]
88

99
[tool.flake8]

0 commit comments

Comments
 (0)