Skip to content

Commit bd041b8

Browse files
Update semver requirement from ~=2.13.0 to >=2.13,<3.1
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.0) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5dad505 commit bd041b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# FIXME change when https://github.com/pdoc3/pdoc/issues/299 is fixed
6464
"pdoc3==0.10.0",
6565
"toml",
66-
"semver~=2.13.0",
66+
"semver~=3.0.4",
6767
"python-dotenv",
6868
"twine",
6969
"boto3",

0 commit comments

Comments
 (0)