Skip to content

Commit 0b7b51b

Browse files
Update pyautoversion requirement from ~=1.2.0 to >=1.2,<2.1
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]>
1 parent 1ce6fd4 commit 0b7b51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
install_requires=[
5353
"gitpython",
5454
"towncrier==19.2.0",
55-
"pyautoversion~=1.2.0",
55+
"pyautoversion>=1.2,<2.1",
5656
"pdoc3",
5757
"toml",
5858
"python-dotenv",

0 commit comments

Comments
 (0)