Skip to content

Commit a80a30b

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 9154370 commit a80a30b

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
@@ -54,7 +54,7 @@
5454
install_requires=[
5555
"gitpython",
5656
"towncrier==21.3.0",
57-
"pyautoversion~=1.2.0",
57+
"pyautoversion>=1.2,<2.1",
5858
# FIXME change when https://github.com/pdoc3/pdoc/issues/299 is fixed
5959
"pdoc3==0.9.1",
6060
"toml",

0 commit comments

Comments
 (0)