Skip to content

Commit e697dd5

Browse files
build(deps): update semver requirement from ~=2.13 to ~=3.0
Updates the requirements on [semver](https://github.com/python-semver/python-semver) to permit the latest version. - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](python-semver/python-semver@2.13.0...3.0.4) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2251170 commit e697dd5

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 >= 23.0',
6-
'semver ~= 2.13'
6+
'semver ~= 3.0'
77
]
88

99
[tool.flake8]

0 commit comments

Comments
 (0)