PythonFrozenUpdate#
- class neophile.update.python.PythonFrozenUpdate(path, applied, virtualenv=None)#
 Bases:
UpdateAn update to Python frozen dependencies.
Attributes Summary
Virtual environment to use for updates.
Methods Summary
apply()Apply an update to frozen Python dependencies.
Build a description of this update.
Attributes Documentation
- 
virtualenv: 
InitVar= None# Virtual environment to use for updates.
Methods Documentation
- apply()#
 Apply an update to frozen Python dependencies.
- Raises:
 subprocess.CalledProcessError – Raised if running
make update-depsfailed.- Return type:
 
- 
virtualenv: