We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8648af6 commit 04f95adCopy full SHA for 04f95ad
pyproject.toml
@@ -2,8 +2,8 @@
2
requires = [
3
'boilerplates[setup] ~= 1.0',
4
'GitPython ~= 3.1',
5
- 'packaging >= 23.0',
6
- 'semver ~= 2.13'
+ 'packaging >= 24.0',
+ 'semver ~= 2.13, < 3.1'
7
]
8
9
[tool.flake8]
requirements.txt
@@ -1,4 +1,4 @@
1
boilerplates[cli,logging] ~= 1.0
GitPython ~= 3.1
-packaging >= 23.0
+packaging >= 24.0
semver >= 2.13, < 3.1
0 commit comments