Skip to content

Commit

Permalink
Update pyautoversion requirement from ~=1.2.0 to >=1.2,<2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pyautoversion](https://github.com/ARMmbed/autoversion) to permit the latest version.
- [Release notes](https://github.com/ARMmbed/autoversion/releases)
- [Changelog](https://github.com/ARMmbed/autoversion/blob/master/CHANGELOG.md)
- [Commits](ARMmbed/autoversion@1.2.0...2.0.1)

---
updated-dependencies:
- dependency-name: pyautoversion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2021
1 parent 9154370 commit a80a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
install_requires=[
"gitpython",
"towncrier==21.3.0",
"pyautoversion~=1.2.0",
"pyautoversion>=1.2,<2.1",
# FIXME change when https://github.com/pdoc3/pdoc/issues/299 is fixed
"pdoc3==0.9.1",
"toml",
Expand Down

0 comments on commit a80a30b

Please sign in to comment.