diff --git a/requirements.txt b/requirements.txt index 9f00364..9162baf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ black==19.3b0 click==7.0 coveralls==1.7.0 -hypothesis==4.17.2 -isort==4.3.17 +hypothesis==4.23.4 +isort==4.3.18 mypy==0.700 pylint==2.3.1 -pytest==4.4.1 +pytest==4.4.2 pytest-cov==2.6.1 pytest-runner==4.4 stringcase==1.2.0 diff --git a/setup.py b/setup.py index 9d7e099..4aba29c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="zfs-replicate", - version="1.1.5", + version="1.1.6", description="ZFS Snapshot Replicator", long_description=README, url="https://github.com/alunduil/zfs-replicate",