Skip to content

Commit 04f95ad

Browse files
committed
build: make build requirements consistent with requirements.txt
1 parent 8648af6 commit 04f95ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = [
33
'boilerplates[setup] ~= 1.0',
44
'GitPython ~= 3.1',
5-
'packaging >= 23.0',
6-
'semver ~= 2.13'
5+
'packaging >= 24.0',
6+
'semver ~= 2.13, < 3.1'
77
]
88

99
[tool.flake8]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
boilerplates[cli,logging] ~= 1.0
22
GitPython ~= 3.1
3-
packaging >= 23.0
3+
packaging >= 24.0
44
semver >= 2.13, < 3.1

0 commit comments

Comments
 (0)