diff --git a/.gitsuper b/.gitsuper
index d2a2e8cd6fee81a6069aa266f30bbb4a9f94c785..4adf543b1e357952df9b658a36eb4fc525db5ab8 100644
--- a/.gitsuper
+++ b/.gitsuper
@@ -13,7 +13,7 @@ status = 1a3bcab04b011a5d6e44f9983cae6ff89fa695e8 bin (heads/master)
 	 741e4f8e53bdd3e1b6e19d84eb22b6e3dc48526c dune-python (remotes/origin/releases/2.5)
 	 26cc8cb4161a3a51002ab2a81b8c81d2c951ee79 dune-testtools (remotes/origin/p/renemilk/testname_listing_hack_no-skiptest)
 	 c2addd62e6f6302e4f90ed7fbe62c9b633c3bf42 dune-uggrid (v2.5.1rc1)
-	+6df38a52aafa2f04c86530dbbb09a8c934112098 dune-xt-common (heads/update_vcsetup)
+	+8b818e0a2a3ec1c01323accace86ac9b5c4a2925 dune-xt-common (heads/update_vcsetup)
 	+b1b209edb362862ab3960569385253605959f456 dune-xt-functions (heads/update_vcsetup)
 	+0847ae4d67647e0014855d19c1c8979f62428aa3 dune-xt-grid (heads/update_vcsetup)
 	+d3772f6d9bbeaeef5e15583b6abea4921b79fcb6 dune-xt-la (heads/update_vcsetup)
@@ -88,7 +88,7 @@ commit = c2addd62e6f6302e4f90ed7fbe62c9b633c3bf42
 [submodule.dune-xt-common]
 remote = git@github.com:dune-community/dune-xt-common.git
 status = 2424627f0ad5de7e4aaa5e7f48bc2a02414d95a1 .vcsetup (heads/master)
-commit = 6df38a52aafa2f04c86530dbbb09a8c934112098
+commit = 8b818e0a2a3ec1c01323accace86ac9b5c4a2925
 
 [submodule.dune-xt-functions]
 remote = git@github.com:dune-community/dune-xt-functions.git
diff --git a/python/setup.py.in b/python/setup.py.in
index 45ec63c7b58b31b4427c0e30a6b53195cb9861cd..9d07697abde6d4af863dabb33752c63b7a56c5c3 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -16,7 +16,7 @@
 import sys
 from setuptools import setup, find_packages
 
-requires=['binpacking==1.3', 'cython', 'jinja2', 'docopt', 'pylicense3>=0.2.1',
+requires=['binpacking==1.3', 'cython', 'jinja2', 'docopt', 'pylicense3>=0.3.0',
                         'ipython', 'pytest', 'pytest-cov', 'cmake_format>=0.3.6']
 if '${HAVE_MPI}' == 'TRUE':
     requires.append('mpi4py')