Skip to content

Commit 6e71738

Browse files
committed
build: use latest boilerplates
1 parent 8a08bfb commit 6e71738

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
'boilerplates[setup] ~= 1.0',
3+
'boilerplates[setup] ~= 1.2',
44
'GitPython ~= 3.1',
55
'packaging >= 24.0',
66
'semver >= 2.13, < 3.1'

requirements.txt

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

requirements_test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
-r requirements.txt
2-
boilerplates[git-repo-tests,packaging-tests] ~= 1.0
3-
setuptools >= 67.4
2+
boilerplates[git-repo-tests,packaging-tests] ~= 1.2

0 commit comments

Comments
 (0)