diff --git a/.pyup.yml b/.pyup.yml
index bf632f0b2cdc5025dfbc29ca213a9ba4aa593917..df91590e0adcbdeecdaa954b6d8e7a87a7c6bfff 100644
--- a/.pyup.yml
+++ b/.pyup.yml
@@ -1,4 +1,11 @@
 # autogenerated pyup.io config file 
 # see https://pyup.io/docs/configuration/ for all available options
 
-update: false
+update: all
+
+# update schedule
+# default: empty
+# allowed: "every day", "every week", ..
+schedule: "every week"
+
+pin: False
diff --git a/README.rst b/README.rst
index 90d4d95c9d596cfe58e6448c23abdccdf8e83be0..5daef08108fd1905becfc790ff5f9ab7b30bdf38 100644
--- a/README.rst
+++ b/README.rst
@@ -15,6 +15,10 @@ The library name is derived from a beam maschine, similar to the analogy between
 
 .. image:: https://anaconda.org/conda-forge/beem/badges/version.svg   
     :target: https://anaconda.org/conda-forge/beem
+
+.. image:: https://pyup.io/repos/github/holgern/beem/shield.svg
+     :target: https://pyup.io/repos/github/holgern/beem/
+     :alt: Updates
   
 .. image:: https://anaconda.org/conda-forge/beem/badges/downloads.svg   
     :target: https://anaconda.org/conda-forge/beem
diff --git a/requirements-test.txt b/requirements-test.txt
index fc940526e8d97c04e9af0db3dc13580cd17406ab..a54e15e81892fe1844a3f035e181e5ee4e67c4a4 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -15,7 +15,7 @@ pyyaml==3.12
 mock==2.0.0
 appdirs==1.4.3
 Click==6.7
-prettytable==0.7.2
+prettytable
 pycodestyle==2.4.0
 pyflakes==1.6.0
 pylibscrypt==1.7.1