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 6, 2021
1 parent 1ce6fd4 commit 0b7b51b
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 @@ -52,7 +52,7 @@
install_requires=[
"gitpython",
"towncrier==19.2.0",
"pyautoversion~=1.2.0",
"pyautoversion>=1.2,<2.1",
"pdoc3",
"toml",
"python-dotenv",
Expand Down

0 comments on commit 0b7b51b

Please sign in to comment.