diff --git a/news/202108120906.bugfix b/news/202108120906.bugfix new file mode 100644 index 0000000..758a97c --- /dev/null +++ b/news/202108120906.bugfix @@ -0,0 +1 @@ +Dependency upgrade: pyautoversion-gte-1.2-and-lt-2.1 diff --git a/setup.py b/setup.py index bd62f43..1bd1e67 100644 --- a/setup.py +++ b/setup.py @@ -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",