Skip to content

Commit

Permalink
Expand out the "compatible release" operator for semver dep (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Duarte Trevisani <marcelotrevisani@users.noreply.github.com>
  • Loading branch information
maresb and marcelotrevisani authored Aug 4, 2024
1 parent ede342b commit 894b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"ruamel.yaml >=0.16.10",
"ruamel.yaml.jinja2",
"setuptools >=30.3.0",
"semver~=3.0.0",
"semver >=3.0.0,==3.0.*",
"stdlib-list",
"tomli",
"tomli-w",
Expand Down

0 comments on commit 894b9c8

Please sign in to comment.